Html Css Color HEX #978476 Almond Frost

📋 copy color: '#978476'

red 151 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #978476

Tints of Almond Frost #978476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 37.66%
G = 32.92%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#978476 (or 0x978476) is known color: Almond Frost. HEX triplet: 97, 84 and 76. RGB value is (151,132,118). Sum of RGB (Red+Green+Blue) = 151+132+118=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978476 is #687B89. Grayscale: #888888. Windows color (decimal): -6847370 or 7767191. OLE color: 7767191.

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

Color convert

RGB 151 132 118 -
CMYK 0 0.13 0.22 0.41
HSL 25.45º 0.14% 0.53% -
HSV(B) 25.45º 0.22% 0.59% -
XYZ 24.28 24.39 20.57 -
YUV 136.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 151 132 118 0 0.13 0.22 0.41 25.45 0.14 0.53
Hex 97 84 76 0 D 16 29 19 E 35
Octal 227 204 166 0 15 26 51 31 16 65
Binary 10010111 10000100 1110110 0 1101 10110 101001 11001 1110 110101

Color Harmonies of #978476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978476

Black with #978476

Text Example


Text Example

White with #978476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978476; }

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

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

background-color css

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

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

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

border-color css

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

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

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