Html Css Color HEX #D07576 Froly

📋 copy color: '#D07576'

red 208 ◦ green 117 ◦ blue 118

#D07576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D07576

Tints of Froly #D07576

RGB

 RED value IS 208 (81.64% from 255) = 46.95%

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 46.95%
G = 26.41%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07576 (or 0xD07576) is known color: Froly. HEX triplet: D0, 75 and 76. RGB value is (208,117,118). Sum of RGB (Red+Green+Blue) = 208+117+118=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07576 is #2F8A89. Grayscale: #909090. Windows color (decimal): -3115658 or 7763408. OLE color: 7763408.

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

Color convert

RGB 208 117 118 -
CMYK 0 0.44 0.43 0.18
HSL 359.34º 0.49% 0.64% -
HSV(B) 359.34º 0.44% 0.82% -
XYZ 35.64 27.44 20.56 -
YUV 144.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 208 117 118 0 0.44 0.43 0.18 359.34 0.49 0.64
Hex D0 75 76 0 2C 2B 12 167 31 40
Octal 320 165 166 0 54 53 22 547 61 100
Binary 11010000 1110101 1110110 0 101100 101011 10010 101100111 110001 1000000

Color Harmonies of #D07576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07576

Black with #D07576

Text Example


Text Example

White with #D07576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07576; }

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

 H1.HeaderClassName
 {
   color: #D07576;
 }
 .AnyTagClassName
 {
   color: #D07576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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