#D67A7E

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

Shades of Froly #D67A7E

Tints of Froly #D67A7E

Color information

#D67A7E (or 0xD67A7E) is unknown color: approx Froly. HEX triplet: D6, 7A and 7E. RGB value is (214,122,126). Sum of RGB (Red+Green+Blue) = 214+122+126=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A7E is #298581. Grayscale: #969696. Windows color (decimal): -2721154 or 8288982. OLE color: 8288982.

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

Color convert

RGB214122126-
CMYK00.430.410.16
HSL357.39º52.87%65.88%-
HSV(B)357.39º42.99%83.92%-
XYZ38.4629.7223.45-
YUV149.96114.48173.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=46.32%
G=26.41%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412212600.430.410.16357.3952.8765.88
HexD67A7E02B29101653542
Octal326172176053512054565102
Binary11010110111101011111100101011101001100001011001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A7E; }

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

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

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

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

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

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

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

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