Html Css Color HEX #D77577 Froly

📋 copy color: '#D77577'

red 215 ◦ green 117 ◦ blue 119

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

Shades of Froly #D77577

Tints of Froly #D77577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 47.67%
G = 25.94%
B = 26.39%

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

#D77577 (or 0xD77577) is known color: Froly. HEX triplet: D7, 75 and 77. RGB value is (215,117,119). Sum of RGB (Red+Green+Blue) = 215+117+119=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77577 is #288A88. Grayscale: #929292. Windows color (decimal): -2656905 or 7828951. OLE color: 7828951.

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

Color convert

RGB 215 117 119 -
CMYK 0 0.46 0.45 0.16
HSL 358.78º 0.55% 0.65% -
HSV(B) 358.78º 0.46% 0.84% -
XYZ 37.72 28.5 20.97 -
YUV 146.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 215 117 119 0 0.46 0.45 0.16 358.78 0.55 0.65
Hex D7 75 77 0 2E 2D 10 167 37 41
Octal 327 165 167 0 56 55 20 547 67 101
Binary 11010111 1110101 1110111 0 101110 101101 10000 101100111 110111 1000001

Color Harmonies of #D77577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77577

Black with #D77577

Text Example


Text Example

White with #D77577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77577; }

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

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

background-color css

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

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

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

border-color css

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

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

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