#988877

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

Shades of Almond Frost #988877

Tints of Almond Frost #988877

Color information

#988877 (or 0x988877) is unknown color: approx Almond Frost. HEX triplet: 98, 88 and 77. RGB value is (152,136,119). Sum of RGB (Red+Green+Blue) = 152+136+119=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988877 is #677788. Grayscale: #8A8A8A. Windows color (decimal): -6780809 or 7833752. OLE color: 7833752.

HSL color Cylindrical-coordinate representation of color #988877: hue angle of 30.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988877 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152136119-
CMYK00.110.220.40
HSL30.91º13.81%53.14%-
HSV(B)30.91º21.71%59.61%-
XYZ25.0825.6221.08-
YUV138.85116.8137.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=37.35%
G=33.42%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213611900.110.220.4030.9113.8153.14
Hex9888770B16281fe35
Octal2302101670132650371665
Binary100110001000100011101110101110110101000111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988877; }

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

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

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

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

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

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

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

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