#D67C7E

Color #D67C7E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D67C7E

Tints of Froly #D67C7E

Color information

#D67C7E (or 0xD67C7E) is unknown color: approx Froly. HEX triplet: D6, 7C and 7E. RGB value is (214,124,126). Sum of RGB (Red+Green+Blue) = 214+124+126=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C7E is #298381. Grayscale: #979797. Windows color (decimal): -2720642 or 8289494. OLE color: 8289494.

HSL color Cylindrical-coordinate representation of color #D67C7E: hue angle of 358.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67C7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214124126-
CMYK00.420.410.16
HSL358.67º52.33%66.27%-
HSV(B)358.67º42.06%83.92%-
XYZ38.7130.2223.53-
YUV151.14113.82172.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=46.12%
G=26.72%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412412600.420.410.16358.6752.3366.27
HexD67C7E02A29101673442
Octal326174176052512054764102
Binary11010110111110011111100101010101001100001011001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C7E; }

 p { color: rgb(214,124,126); }

 H1.HeaderClassName
 {
   color: #D67C7E;
 }
 .AnyTagClassName
 {
   color: #D67C7E;
 }
</style>
background-color css

<style>
 a { background-color: #D67C7E; }

 a { background-color: rgb(214,124,126); }

 div.DivClassName
 {
   background-color: #D67C7E;
 }
 .BgClassName
 {
   background-color: #D67C7E;
 }
</style>
border-color css

<style>
 span { border-color: #D67C7E; }

 span { border-color: rgb(214,124,126); }

 td.TdClassName
 {
   border-color: #D67C7E;
 }
 .TagClassName
 {
   border-color: #D67C7E;
 }
</style>