Html Css Color HEX #978276 Almond Frost

📋 copy color: '#978276'

red 151 ◦ green 130 ◦ blue 118

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

Shades of Almond Frost #978276

Tints of Almond Frost #978276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 37.84%
G = 32.58%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#978276 (or 0x978276) is known color: Almond Frost. HEX triplet: 97, 82 and 76. RGB value is (151,130,118). Sum of RGB (Red+Green+Blue) = 151+130+118=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #978276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978276 is #687D89. Grayscale: #868686. Windows color (decimal): -6847882 or 7766679. OLE color: 7766679.

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

Color convert

RGB 151 130 118 -
CMYK 0 0.14 0.22 0.41
HSL 21.82º 0.14% 0.53% -
HSV(B) 21.82º 0.22% 0.59% -
XYZ 24.02 23.85 20.48 -
YUV 134.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 151 130 118 0 0.14 0.22 0.41 21.82 0.14 0.53
Hex 97 82 76 0 E 16 29 16 E 35
Octal 227 202 166 0 16 26 51 26 16 65
Binary 10010111 10000010 1110110 0 1110 10110 101001 10110 1110 110101

Color Harmonies of #978276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978276

Black with #978276

Text Example


Text Example

White with #978276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978276; }

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

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

background-color css

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

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

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

border-color css

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

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

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