Html Css Color HEX #D77276 Froly

📋 copy color: '#D77276'

red 215 ◦ green 114 ◦ blue 118

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

Shades of Froly #D77276

Tints of Froly #D77276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

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

R = 48.1%
G = 25.5%
B = 26.4%

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

#D77276 (or 0xD77276) is known color: Froly. HEX triplet: D7, 72 and 76. RGB value is (215,114,118). Sum of RGB (Red+Green+Blue) = 215+114+118=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77276 is #288D89. Grayscale: #909090. Windows color (decimal): -2657674 or 7762647. OLE color: 7762647.

HSL color Cylindrical-coordinate representation of color #D77276: hue angle of 357.62º 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 #D77276 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 118 -
CMYK 0 0.47 0.45 0.16
HSL 357.62º 0.56% 0.65% -
HSV(B) 357.62º 0.47% 0.84% -
XYZ 37.31 27.79 20.54 -
YUV 144.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 215 114 118 0 0.47 0.45 0.16 357.62 0.56 0.65
Hex D7 72 76 0 2F 2D 10 166 38 41
Octal 327 162 166 0 57 55 20 546 70 101
Binary 11010111 1110010 1110110 0 101111 101101 10000 101100110 111000 1000001

Color Harmonies of #D77276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77276

Black with #D77276

Text Example


Text Example

White with #D77276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77276; }

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

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

background-color css

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

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

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

border-color css

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

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

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