Html Css Color HEX #978576 Almond Frost

📋 copy color: '#978576'

red 151 ◦ green 133 ◦ blue 118

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

Shades of Almond Frost #978576

Tints of Almond Frost #978576

RGB

 RED value IS 151 (59.38% from 255) = 37.56%

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 37.56%
G = 33.08%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#978576 (or 0x978576) is known color: Almond Frost. HEX triplet: 97, 85 and 76. RGB value is (151,133,118). Sum of RGB (Red+Green+Blue) = 151+133+118=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #978576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978576 is #687A89. Grayscale: #888888. Windows color (decimal): -6847114 or 7767447. OLE color: 7767447.

HSL color Cylindrical-coordinate representation of color #978576: hue angle of 27.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978576 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 133 118 -
CMYK 0 0.12 0.22 0.41
HSL 27.27º 0.14% 0.53% -
HSV(B) 27.27º 0.22% 0.59% -
XYZ 24.42 24.66 20.61 -
YUV 136.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 151 133 118 0 0.12 0.22 0.41 27.27 0.14 0.53
Hex 97 85 76 0 C 16 29 1B E 35
Octal 227 205 166 0 14 26 51 33 16 65
Binary 10010111 10000101 1110110 0 1100 10110 101001 11011 1110 110101

Color Harmonies of #978576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978576

Black with #978576

Text Example


Text Example

White with #978576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978576; }

 p { color: rgb(151,133,118); }

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

background-color css

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

 a { background-color: rgb(151,133,118); }

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

border-color css

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

 span { border-color: rgb(151,133,118); }

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