Html Css Color HEX #D97778 Froly

📋 copy color: '#D97778'

red 217 ◦ green 119 ◦ blue 120

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

Shades of Froly #D97778

Tints of Froly #D97778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 47.59%
G = 26.1%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D97778 (or 0xD97778) is known color: Froly. HEX triplet: D9, 77 and 78. RGB value is (217,119,120). Sum of RGB (Red+Green+Blue) = 217+119+120=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D97778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97778 is #268887. Grayscale: #949494. Windows color (decimal): -2525320 or 7895001. OLE color: 7895001.

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

Color convert

RGB 217 119 120 -
CMYK 0 0.45 0.45 0.15
HSL 359.39º 0.56% 0.66% -
HSV(B) 359.39º 0.45% 0.85% -
XYZ 38.6 29.3 21.39 -
YUV 148.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 217 119 120 0 0.45 0.45 0.15 359.39 0.56 0.66
Hex D9 77 78 0 2D 2D F 167 38 42
Octal 331 167 170 0 55 55 17 547 70 102
Binary 11011001 1110111 1111000 0 101101 101101 1111 101100111 111000 1000010

Color Harmonies of #D97778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97778

Black with #D97778

Text Example


Text Example

White with #D97778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97778; }

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

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

background-color css

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

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

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

border-color css

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

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

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