Html Css Color HEX #988876 Almond Frost

📋 copy color: '#988876'

red 152 ◦ green 136 ◦ blue 118

#988876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #988876

Tints of Almond Frost #988876

RGB

 RED value IS 152 (59.77% from 255) = 37.44%

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 37.44%
G = 33.5%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988876 (or 0x988876) is known color: Almond Frost. HEX triplet: 98, 88 and 76. RGB value is (152,136,118). Sum of RGB (Red+Green+Blue) = 152+136+118=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988876 is #677789. Grayscale: #8A8A8A. Windows color (decimal): -6780810 or 7768216. OLE color: 7768216.

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

Color convert

RGB 152 136 118 -
CMYK 0 0.11 0.22 0.40
HSL 31.76º 0.14% 0.53% -
HSV(B) 31.76º 0.22% 0.6% -
XYZ 25.02 25.59 20.76 -
YUV 138.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 152 136 118 0 0.11 0.22 0.40 31.76 0.14 0.53
Hex 98 88 76 0 B 16 28 20 E 35
Octal 230 210 166 0 13 26 50 40 16 65
Binary 10011000 10001000 1110110 0 1011 10110 101000 100000 1110 110101

Color Harmonies of #988876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988876

Black with #988876

Text Example


Text Example

White with #988876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988876; }

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

 H1.HeaderClassName
 {
   color: #988876;
 }
 .AnyTagClassName
 {
   color: #988876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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