Html Css Color HEX #D9777D Froly

📋 copy color: '#D9777D'

red 217 ◦ green 119 ◦ blue 125

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

Shades of Froly #D9777D

Tints of Froly #D9777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 47.07%
G = 25.81%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9777D (or 0xD9777D) is known color: Froly. HEX triplet: D9, 77 and 7D. RGB value is (217,119,125). Sum of RGB (Red+Green+Blue) = 217+119+125=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9777D is #268882. Grayscale: #959595. Windows color (decimal): -2525315 or 8222681. OLE color: 8222681.

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

Color convert

RGB 217 119 125 -
CMYK 0 0.45 0.42 0.15
HSL 356.33º 0.56% 0.66% -
HSV(B) 356.33º 0.45% 0.85% -
XYZ 38.91 29.43 23.03 -
YUV 148.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 217 119 125 0 0.45 0.42 0.15 356.33 0.56 0.66
Hex D9 77 7D 0 2D 2A F 164 38 42
Octal 331 167 175 0 55 52 17 544 70 102
Binary 11011001 1110111 1111101 0 101101 101010 1111 101100100 111000 1000010

Color Harmonies of #D9777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9777D

Black with #D9777D

Text Example


Text Example

White with #D9777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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