#988778

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

Shades of Almond Frost #988778

Tints of Almond Frost #988778

Color information

#988778 (or 0x988778) is unknown color: approx Almond Frost. HEX triplet: 98, 87 and 78. RGB value is (152,135,120). Sum of RGB (Red+Green+Blue) = 152+135+120=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988778 is #677887. Grayscale: #8A8A8A. Windows color (decimal): -6781064 or 7899032. OLE color: 7899032.

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

Color convert

RGB152135120-
CMYK00.110.210.40
HSL28.13º13.45%53.33%-
HSV(B)28.13º21.05%59.61%-
XYZ2525.3621.35-
YUV138.37117.63137.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=37.35%
G=33.17%
B=29.48%

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
Decimal15213512000.110.210.4028.1313.4553.33
Hex9887780B15281cd35
Octal2302071700132550341565
Binary100110001000011111110000101110101101000111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988778; }

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

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

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

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

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

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

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

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