Html Css Color HEX #978776 Almond Frost

📋 copy color: '#978776'

red 151 ◦ green 135 ◦ blue 118

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

Shades of Almond Frost #978776

Tints of Almond Frost #978776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 37.38%
G = 33.42%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#978776 (or 0x978776) is known color: Almond Frost. HEX triplet: 97, 87 and 76. RGB value is (151,135,118). Sum of RGB (Red+Green+Blue) = 151+135+118=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #978776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978776 is #687889. Grayscale: #898989. Windows color (decimal): -6846602 or 7767959. OLE color: 7767959.

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

Color convert

RGB 151 135 118 -
CMYK 0 0.11 0.22 0.41
HSL 30.91º 0.14% 0.53% -
HSV(B) 30.91º 0.22% 0.59% -
XYZ 24.7 25.22 20.7 -
YUV 137.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 151 135 118 0 0.11 0.22 0.41 30.91 0.14 0.53
Hex 97 87 76 0 B 16 29 1F E 35
Octal 227 207 166 0 13 26 51 37 16 65
Binary 10010111 10000111 1110110 0 1011 10110 101001 11111 1110 110101

Color Harmonies of #978776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978776

Black with #978776

Text Example


Text Example

White with #978776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978776; }

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

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

background-color css

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

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

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

border-color css

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

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

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