#D07478

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

Shades of Froly #D07478

Tints of Froly #D07478

Color information

#D07478 (or 0xD07478) is unknown color: approx Froly. HEX triplet: D0, 74 and 78. RGB value is (208,116,120). Sum of RGB (Red+Green+Blue) = 208+116+120=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07478 is #2F8B87. Grayscale: #909090. Windows color (decimal): -3115912 or 7894224. OLE color: 7894224.

HSL color Cylindrical-coordinate representation of color #D07478: hue angle of 357.39º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07478 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208116120-
CMYK00.440.420.18
HSL357.39º49.46%63.53%-
HSV(B)357.39º44.23%81.57%-
XYZ35.6527.2621.15-
YUV143.96114.48173.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=46.85%
G=26.13%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811612000.440.420.18357.3949.4663.53
HexD0747802C2A121653140
Octal320164170054522254561100
Binary11010000111010011110000101100101010100101011001011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07478; }

 p { color: rgb(208,116,120); }

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

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

 a { background-color: rgb(208,116,120); }

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

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

 span { border-color: rgb(208,116,120); }

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