#988878

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

Shades of Almond Frost #988878

Tints of Almond Frost #988878

Color information

#988878 (or 0x988878) is unknown color: approx Almond Frost. HEX triplet: 98, 88 and 78. RGB value is (152,136,120). Sum of RGB (Red+Green+Blue) = 152+136+120=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988878 is #677787. Grayscale: #8B8B8B. Windows color (decimal): -6780808 or 7899288. OLE color: 7899288.

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

Color convert

RGB152136120-
CMYK00.110.210.40
HSL30º13.45%53.33%-
HSV(B)30º21.05%59.61%-
XYZ25.1425.6421.39-
YUV138.96117.3137.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=37.25%
G=33.33%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213612000.110.210.403013.4553.33
Hex9888780B15281ed35
Octal2302101700132550361565
Binary100110001000100011110000101110101101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988878; }

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

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

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

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

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

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

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

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