Html Css Color HEX #D9777B Froly

📋 copy color: '#D9777B'

red 217 ◦ green 119 ◦ blue 123

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

Shades of Froly #D9777B

Tints of Froly #D9777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 47.28%
G = 25.93%
B = 26.8%

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

#D9777B (or 0xD9777B) is known color: Froly. HEX triplet: D9, 77 and 7B. RGB value is (217,119,123). Sum of RGB (Red+Green+Blue) = 217+119+123=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9777B is #268884. Grayscale: #949494. Windows color (decimal): -2525317 or 8091609. OLE color: 8091609.

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

Color convert

RGB 217 119 123 -
CMYK 0 0.45 0.43 0.15
HSL 357.55º 0.56% 0.66% -
HSV(B) 357.55º 0.45% 0.85% -
XYZ 38.79 29.38 22.36 -
YUV 148.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 217 119 123 0 0.45 0.43 0.15 357.55 0.56 0.66
Hex D9 77 7B 0 2D 2B F 166 38 42
Octal 331 167 173 0 55 53 17 546 70 102
Binary 11011001 1110111 1111011 0 101101 101011 1111 101100110 111000 1000010

Color Harmonies of #D9777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9777B

Black with #D9777B

Text Example


Text Example

White with #D9777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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