Html Css Color HEX #D77376 Froly

📋 copy color: '#D77376'

red 215 ◦ green 115 ◦ blue 118

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

Shades of Froly #D77376

Tints of Froly #D77376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 47.99%
G = 25.67%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D77376 (or 0xD77376) is known color: Froly. HEX triplet: D7, 73 and 76. RGB value is (215,115,118). Sum of RGB (Red+Green+Blue) = 215+115+118=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77376 is #288C89. Grayscale: #919191. Windows color (decimal): -2657418 or 7762903. OLE color: 7762903.

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

Color convert

RGB 215 115 118 -
CMYK 0 0.47 0.45 0.16
HSL 358.2º 0.56% 0.65% -
HSV(B) 358.2º 0.47% 0.84% -
XYZ 37.43 28.02 20.57 -
YUV 145.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 215 115 118 0 0.47 0.45 0.16 358.2 0.56 0.65
Hex D7 73 76 0 2F 2D 10 166 38 41
Octal 327 163 166 0 57 55 20 546 70 101
Binary 11010111 1110011 1110110 0 101111 101101 10000 101100110 111000 1000001

Color Harmonies of #D77376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77376

Black with #D77376

Text Example


Text Example

White with #D77376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77376; }

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

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

background-color css

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

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

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

border-color css

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

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

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