Html Css Color HEX #D77778 Froly

📋 copy color: '#D77778'

red 215 ◦ green 119 ◦ blue 120

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

Shades of Froly #D77778

Tints of Froly #D77778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 47.36%
G = 26.21%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77778 (or 0xD77778) is known color: Froly. HEX triplet: D7, 77 and 78. RGB value is (215,119,120). Sum of RGB (Red+Green+Blue) = 215+119+120=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77778 is #288887. Grayscale: #939393. Windows color (decimal): -2656392 or 7894999. OLE color: 7894999.

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

Color convert

RGB 215 119 120 -
CMYK 0 0.45 0.44 0.16
HSL 359.38º 0.55% 0.65% -
HSV(B) 359.38º 0.45% 0.84% -
XYZ 38.01 29 21.36 -
YUV 147.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 215 119 120 0 0.45 0.44 0.16 359.38 0.55 0.65
Hex D7 77 78 0 2D 2C 10 167 37 41
Octal 327 167 170 0 55 54 20 547 67 101
Binary 11010111 1110111 1111000 0 101101 101100 10000 101100111 110111 1000001

Color Harmonies of #D77778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77778

Black with #D77778

Text Example


Text Example

White with #D77778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77778; }

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

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

background-color css

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

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

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

border-color css

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

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

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