#d07277

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

Shades of Froly #D07277

Tints of Froly #D07277

Color information

#D07277 (or 0xD07277) is unknown color: approx Froly. HEX triplet: D0, 72 and 77. RGB value is (208,114,119). Sum of RGB (Red+Green+Blue) = 208+114+119=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07277 is #2F8D88. Grayscale: #8E8E8E. Windows color (decimal): -3116425 or 7828176. OLE color: 7828176.

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

Color convert

RGB208114119-
CMYK00.450.430.18
HSL356.81º50%63.14%-
HSV(B)356.81º45.19%81.57%-
XYZ35.3626.7820.76-
YUV142.68114.64174.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=47.17%
G=25.85%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811411900.450.430.18356.815063.14
HexD0727702D2B12165323f
Octal32016216705553225456277
Binary1101000011100101110111010110110101110010101100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07277; }

 p { color: rgb(208,114,119); }

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

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

 a { background-color: rgb(208,114,119); }

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

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

 span { border-color: rgb(208,114,119); }

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