Html Css Color HEX #D9777C Froly

📋 copy color: '#D9777C'

red 217 ◦ green 119 ◦ blue 124

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

Shades of Froly #D9777C

Tints of Froly #D9777C

RGB

 RED value IS 217 (85.16% from 255) = 47.17%

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

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 47.17%
G = 25.87%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9777C (or 0xD9777C) is known color: Froly. HEX triplet: D9, 77 and 7C. RGB value is (217,119,124). Sum of RGB (Red+Green+Blue) = 217+119+124=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9777C is #268883. Grayscale: #949494. Windows color (decimal): -2525316 or 8157145. OLE color: 8157145.

HSL color Cylindrical-coordinate representation of color #D9777C: hue angle of 356.94º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9777C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 124 -
CMYK 0 0.45 0.43 0.15
HSL 356.94º 0.56% 0.66% -
HSV(B) 356.94º 0.45% 0.85% -
XYZ 38.85 29.4 22.7 -
YUV 148.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 217 119 124 0 0.45 0.43 0.15 356.94 0.56 0.66
Hex D9 77 7C 0 2D 2B F 165 38 42
Octal 331 167 174 0 55 53 17 545 70 102
Binary 11011001 1110111 1111100 0 101101 101011 1111 101100101 111000 1000010

Color Harmonies of #D9777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9777C

Black with #D9777C

Text Example


Text Example

White with #D9777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9777C; }

 p { color: rgb(217,119,124); }

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

background-color css

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

 a { background-color: rgb(217,119,124); }

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

border-color css

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

 span { border-color: rgb(217,119,124); }

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