#D07378

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

Shades of Froly #D07378

Tints of Froly #D07378

Color information

#D07378 (or 0xD07378) is unknown color: approx Froly. HEX triplet: D0, 73 and 78. RGB value is (208,115,120). Sum of RGB (Red+Green+Blue) = 208+115+120=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07378 is #2F8C87. Grayscale: #8F8F8F. Windows color (decimal): -3116168 or 7893968. OLE color: 7893968.

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

Color convert

RGB208115120-
CMYK00.450.420.18
HSL356.77º49.73%63.33%-
HSV(B)356.77º44.71%81.57%-
XYZ35.5327.0321.11-
YUV143.38114.81174.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=46.95%
G=25.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811512000.450.420.18356.7749.7363.33
HexD0737802D2A12165323f
Octal32016317005552225456277
Binary1101000011100111111000010110110101010010101100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07378; }

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

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

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

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

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

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

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

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