Html Css Color HEX #D77077 Froly

📋 copy color: '#D77077'

red 215 ◦ green 112 ◦ blue 119

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

Shades of Froly #D77077

Tints of Froly #D77077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 48.21%
G = 25.11%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D77077 (or 0xD77077) is known color: Froly. HEX triplet: D7, 70 and 77. RGB value is (215,112,119). Sum of RGB (Red+Green+Blue) = 215+112+119=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77077 is #288F88. Grayscale: #8F8F8F. Windows color (decimal): -2658185 or 7827671. OLE color: 7827671.

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

Color convert

RGB 215 112 119 -
CMYK 0 0.48 0.45 0.16
HSL 355.92º 0.56% 0.64% -
HSV(B) 355.92º 0.48% 0.84% -
XYZ 37.15 27.37 20.78 -
YUV 143.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 215 112 119 0 0.48 0.45 0.16 355.92 0.56 0.64
Hex D7 70 77 0 30 2D 10 164 38 40
Octal 327 160 167 0 60 55 20 544 70 100
Binary 11010111 1110000 1110111 0 110000 101101 10000 101100100 111000 1000000

Color Harmonies of #D77077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77077

Black with #D77077

Text Example


Text Example

White with #D77077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77077; }

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

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

background-color css

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

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

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

border-color css

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

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

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