#988B7F

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

Shades of Almond Frost #988B7F

Tints of Almond Frost #988B7F

Color information

#988B7F (or 0x988B7F) is unknown color: approx Almond Frost. HEX triplet: 98, 8B and 7F. RGB value is (152,139,127). Sum of RGB (Red+Green+Blue) = 152+139+127=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B7F is #677480. Grayscale: #8D8D8D. Windows color (decimal): -6780033 or 8358808. OLE color: 8358808.

HSL color Cylindrical-coordinate representation of color #988B7F: hue angle of 28.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988B7F is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152139127-
CMYK00.090.160.40
HSL28.8º10.82%54.71%-
HSV(B)28.8º16.45%59.61%-
XYZ26.0126.6723.86-
YUV141.52119.81135.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 127 (50% from 255) = 30.38%
R=36.36%
G=33.25%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213912700.090.160.4028.810.8254.71
Hex988B7F0910281db37
Octal2302131770112050351367
Binary100110001000101111111110100110000101000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B7F; }

 p { color: rgb(152,139,127); }

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

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

 a { background-color: rgb(152,139,127); }

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

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

 span { border-color: rgb(152,139,127); }

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