Html Css Color HEX #D9777F Froly

📋 copy color: '#D9777F'

red 217 ◦ green 119 ◦ blue 127

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

Shades of Froly #D9777F

Tints of Froly #D9777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 46.87%
G = 25.7%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9777F (or 0xD9777F) is known color: Froly. HEX triplet: D9, 77 and 7F. RGB value is (217,119,127). Sum of RGB (Red+Green+Blue) = 217+119+127=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9777F is #268880. Grayscale: #959595. Windows color (decimal): -2525313 or 8353753. OLE color: 8353753.

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

Color convert

RGB 217 119 127 -
CMYK 0 0.45 0.41 0.15
HSL 355.1º 0.56% 0.66% -
HSV(B) 355.1º 0.45% 0.85% -
XYZ 39.04 29.48 23.71 -
YUV 149.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 217 119 127 0 0.45 0.41 0.15 355.1 0.56 0.66
Hex D9 77 7F 0 2D 29 F 163 38 42
Octal 331 167 177 0 55 51 17 543 70 102
Binary 11011001 1110111 1111111 0 101101 101001 1111 101100011 111000 1000010

Color Harmonies of #D9777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9777F

Black with #D9777F

Text Example


Text Example

White with #D9777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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