#978877

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

Shades of Almond Frost #978877

Tints of Almond Frost #978877

Color information

#978877 (or 0x978877) is unknown color: approx Almond Frost. HEX triplet: 97, 88 and 77. RGB value is (151,136,119). Sum of RGB (Red+Green+Blue) = 151+136+119=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #978877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978877 is #687788. Grayscale: #8A8A8A. Windows color (decimal): -6846345 or 7833751. OLE color: 7833751.

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

Color convert

RGB151136119-
CMYK00.100.210.41
HSL31.88º13.33%52.94%-
HSV(B)31.88º21.19%59.22%-
XYZ24.925.5221.07-
YUV138.55116.97136.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=37.19%
G=33.50%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113611900.100.210.4131.8813.3352.94
Hex9788770A152920d35
Octal2272101670122551401565
Binary1001011110001000111011101010101011010011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978877; }

 p { color: rgb(151,136,119); }

 H1.HeaderClassName
 {
   color: #978877;
 }
 .AnyTagClassName
 {
   color: #978877;
 }
</style>
background-color css

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

 a { background-color: rgb(151,136,119); }

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

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

 span { border-color: rgb(151,136,119); }

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