Html Css Color HEX #D77178 Froly

📋 copy color: '#D77178'

red 215 ◦ green 113 ◦ blue 120

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

Shades of Froly #D77178

Tints of Froly #D77178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 47.99%
G = 25.22%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D77178 (or 0xD77178) is known color: Froly. HEX triplet: D7, 71 and 78. RGB value is (215,113,120). Sum of RGB (Red+Green+Blue) = 215+113+120=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77178 is #288E87. Grayscale: #909090. Windows color (decimal): -2657928 or 7893463. OLE color: 7893463.

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

Color convert

RGB 215 113 120 -
CMYK 0 0.47 0.44 0.16
HSL 355.88º 0.56% 0.64% -
HSV(B) 355.88º 0.47% 0.84% -
XYZ 37.32 27.61 21.13 -
YUV 144.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 215 113 120 0 0.47 0.44 0.16 355.88 0.56 0.64
Hex D7 71 78 0 2F 2C 10 164 38 40
Octal 327 161 170 0 57 54 20 544 70 100
Binary 11010111 1110001 1111000 0 101111 101100 10000 101100100 111000 1000000

Color Harmonies of #D77178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77178

Black with #D77178

Text Example


Text Example

White with #D77178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77178; }

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

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

background-color css

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

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

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

border-color css

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

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

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