Html Css Color HEX #D77072 Froly

📋 copy color: '#D77072'

red 215 ◦ green 112 ◦ blue 114

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

Shades of Froly #D77072

Tints of Froly #D77072

RGB

 RED value IS 215 (84.38% from 255) = 48.75%

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

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 48.75%
G = 25.4%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77072 (or 0xD77072) is known color: Froly. HEX triplet: D7, 70 and 72. RGB value is (215,112,114). Sum of RGB (Red+Green+Blue) = 215+112+114=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D77072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77072 is #288F8D. Grayscale: #8F8F8F. Windows color (decimal): -2658190 or 7499991. OLE color: 7499991.

HSL color Cylindrical-coordinate representation of color #D77072: hue angle of 358.83º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77072 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 114 -
CMYK 0 0.48 0.47 0.16
HSL 358.84º 0.56% 0.64% -
HSV(B) 358.84º 0.48% 0.84% -
XYZ 36.86 27.25 19.24 -
YUV 143.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 215 112 114 0 0.48 0.47 0.16 358.84 0.56 0.64
Hex D7 70 72 0 30 2F 10 167 38 40
Octal 327 160 162 0 60 57 20 547 70 100
Binary 11010111 1110000 1110010 0 110000 101111 10000 101100111 111000 1000000

Color Harmonies of #D77072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77072

Black with #D77072

Text Example


Text Example

White with #D77072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77072; }

 p { color: rgb(215,112,114); }

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

background-color css

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

 a { background-color: rgb(215,112,114); }

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

border-color css

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

 span { border-color: rgb(215,112,114); }

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