#978776

Color #978776 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #978776

Tints of Almond Frost #978776

Color information

#978776 (or 0x978776) is unknown color: approx 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

RGB151135118-
CMYK00.110.220.41
HSL30.91º13.69%52.75%-
HSV(B)30.91º21.85%59.22%-
XYZ24.725.2220.7-
YUV137.85116.8137.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113511800.110.220.4130.9113.6952.75
Hex9787760B16291fe35
Octal2272071660132651371665
Binary100101111000011111101100101110110101001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>