Html Css Color HEX #D77576 Froly

📋 copy color: '#D77576'

red 215 ◦ green 117 ◦ blue 118

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

Shades of Froly #D77576

Tints of Froly #D77576

RGB

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

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

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

R = 47.78%
G = 26%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D77576 (or 0xD77576) is known color: Froly. HEX triplet: D7, 75 and 76. RGB value is (215,117,118). Sum of RGB (Red+Green+Blue) = 215+117+118=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77576 is #288A89. Grayscale: #929292. Windows color (decimal): -2656906 or 7763415. OLE color: 7763415.

HSL color Cylindrical-coordinate representation of color #D77576: hue angle of 359.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77576 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 118 -
CMYK 0 0.46 0.45 0.16
HSL 359.39º 0.55% 0.65% -
HSV(B) 359.39º 0.46% 0.84% -
XYZ 37.66 28.48 20.65 -
YUV 146.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 215 117 118 0 0.46 0.45 0.16 359.39 0.55 0.65
Hex D7 75 76 0 2E 2D 10 167 37 41
Octal 327 165 166 0 56 55 20 547 67 101
Binary 11010111 1110101 1110110 0 101110 101101 10000 101100111 110111 1000001

Color Harmonies of #D77576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77576

Black with #D77576

Text Example


Text Example

White with #D77576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77576; }

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

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

background-color css

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

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

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

border-color css

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

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

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