#988377

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

Shades of Almond Frost #988377

Tints of Almond Frost #988377

Color information

#988377 (or 0x988377) is unknown color: approx Almond Frost. HEX triplet: 98, 83 and 77. RGB value is (152,131,119). Sum of RGB (Red+Green+Blue) = 152+131+119=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988377 is #677C88. Grayscale: #878787. Windows color (decimal): -6782089 or 7832472. OLE color: 7832472.

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

Color convert

RGB152131119-
CMYK00.140.220.40
HSL21.82º13.81%53.14%-
HSV(B)21.82º21.71%59.61%-
XYZ24.3924.2420.85-
YUV135.91118.46139.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=37.81%
G=32.59%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213111900.140.220.4021.8213.8153.14
Hex9883770E162816e35
Octal2302031670162650261665
Binary100110001000001111101110111010110101000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988377; }

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

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

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

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

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

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

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

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