Html Css Color HEX #D77177 Froly

📋 copy color: '#D77177'

red 215 ◦ green 113 ◦ blue 119

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

Shades of Froly #D77177

Tints of Froly #D77177

RGB

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

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

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

R = 48.1%
G = 25.28%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D77177 (or 0xD77177) is known color: Froly. HEX triplet: D7, 71 and 77. RGB value is (215,113,119). Sum of RGB (Red+Green+Blue) = 215+113+119=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77177 is #288E88. Grayscale: #909090. Windows color (decimal): -2657929 or 7827927. OLE color: 7827927.

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

Color convert

RGB 215 113 119 -
CMYK 0 0.47 0.45 0.16
HSL 356.47º 0.56% 0.64% -
HSV(B) 356.47º 0.47% 0.84% -
XYZ 37.26 27.59 20.81 -
YUV 144.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 215 113 119 0 0.47 0.45 0.16 356.47 0.56 0.64
Hex D7 71 77 0 2F 2D 10 164 38 40
Octal 327 161 167 0 57 55 20 544 70 100
Binary 11010111 1110001 1110111 0 101111 101101 10000 101100100 111000 1000000

Color Harmonies of #D77177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77177

Black with #D77177

Text Example


Text Example

White with #D77177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77177; }

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

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

background-color css

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

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

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

border-color css

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

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

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