Html Css Color HEX #D77079 Froly

📋 copy color: '#D77079'

red 215 ◦ green 112 ◦ blue 121

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

Shades of Froly #D77079

Tints of Froly #D77079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 47.99%
G = 25%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77079 (or 0xD77079) is known color: Froly. HEX triplet: D7, 70 and 79. RGB value is (215,112,121). Sum of RGB (Red+Green+Blue) = 215+112+121=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77079 is #288F86. Grayscale: #8F8F8F. Windows color (decimal): -2658183 or 7958743. OLE color: 7958743.

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

Color convert

RGB 215 112 121 -
CMYK 0 0.48 0.44 0.16
HSL 354.76º 0.56% 0.64% -
HSV(B) 354.76º 0.48% 0.84% -
XYZ 37.27 27.42 21.42 -
YUV 143.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 215 112 121 0 0.48 0.44 0.16 354.76 0.56 0.64
Hex D7 70 79 0 30 2C 10 163 38 40
Octal 327 160 171 0 60 54 20 543 70 100
Binary 11010111 1110000 1111001 0 110000 101100 10000 101100011 111000 1000000

Color Harmonies of #D77079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77079

Black with #D77079

Text Example


Text Example

White with #D77079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77079; }

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

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

background-color css

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

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

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

border-color css

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

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

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