#D07578

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

Shades of Froly #D07578

Tints of Froly #D07578

Color information

#D07578 (or 0xD07578) is unknown color: approx Froly. HEX triplet: D0, 75 and 78. RGB value is (208,117,120). Sum of RGB (Red+Green+Blue) = 208+117+120=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07578 is #2F8A87. Grayscale: #909090. Windows color (decimal): -3115656 or 7894480. OLE color: 7894480.

HSL color Cylindrical-coordinate representation of color #D07578: hue angle of 358.02º 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 #D07578 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208117120-
CMYK00.440.420.18
HSL358.02º49.19%63.73%-
HSV(B)358.02º43.75%81.57%-
XYZ35.7627.4921.19-
YUV144.55114.15173.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=46.74%
G=26.29%
B=26.97%

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
Decimal20811712000.440.420.18358.0249.1963.73
HexD0757802C2A121663140
Octal320165170054522254661100
Binary11010000111010111110000101100101010100101011001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07578; }

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

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

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

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

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

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

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

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