Html Css Color HEX #D07076 Froly

📋 copy color: '#D07076'

red 208 ◦ green 112 ◦ blue 118

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

Shades of Froly #D07076

Tints of Froly #D07076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 47.49%
G = 25.57%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07076 (or 0xD07076) is known color: Froly. HEX triplet: D0, 70 and 76. RGB value is (208,112,118). Sum of RGB (Red+Green+Blue) = 208+112+118=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07076 is #2F8F89. Grayscale: #8D8D8D. Windows color (decimal): -3116938 or 7762128. OLE color: 7762128.

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

Color convert

RGB 208 112 118 -
CMYK 0 0.46 0.43 0.18
HSL 356.25º 0.51% 0.63% -
HSV(B) 356.25º 0.46% 0.82% -
XYZ 35.08 26.31 20.37 -
YUV 141.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 208 112 118 0 0.46 0.43 0.18 356.25 0.51 0.63
Hex D0 70 76 0 2E 2B 12 164 33 3F
Octal 320 160 166 0 56 53 22 544 63 77
Binary 11010000 1110000 1110110 0 101110 101011 10010 101100100 110011 111111

Color Harmonies of #D07076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07076

Black with #D07076

Text Example


Text Example

White with #D07076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07076; }

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

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

background-color css

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

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

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

border-color css

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

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

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