Html Css Color HEX #D77477 Froly

📋 copy color: '#D77477'

red 215 ◦ green 116 ◦ blue 119

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

Shades of Froly #D77477

Tints of Froly #D77477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 47.78%
G = 25.78%
B = 26.44%

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

#D77477 (or 0xD77477) is known color: Froly. HEX triplet: D7, 74 and 77. RGB value is (215,116,119). Sum of RGB (Red+Green+Blue) = 215+116+119=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77477 is #288B88. Grayscale: #929292. Windows color (decimal): -2657161 or 7828695. OLE color: 7828695.

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

Color convert

RGB 215 116 119 -
CMYK 0 0.46 0.45 0.16
HSL 358.18º 0.55% 0.65% -
HSV(B) 358.18º 0.46% 0.84% -
XYZ 37.6 28.27 20.93 -
YUV 145.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 215 116 119 0 0.46 0.45 0.16 358.18 0.55 0.65
Hex D7 74 77 0 2E 2D 10 166 37 41
Octal 327 164 167 0 56 55 20 546 67 101
Binary 11010111 1110100 1110111 0 101110 101101 10000 101100110 110111 1000001

Color Harmonies of #D77477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77477

Black with #D77477

Text Example


Text Example

White with #D77477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77477; }

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

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

background-color css

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

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

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

border-color css

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

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

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