Html Css Color HEX #988979 Almond Frost

📋 copy color: '#988979'

red 152 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #988979

Tints of Almond Frost #988979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 37.07%
G = 33.41%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988979 (or 0x988979) is known color: Almond Frost. HEX triplet: 98, 89 and 79. RGB value is (152,137,121). Sum of RGB (Red+Green+Blue) = 152+137+121=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988979 is #677686. Grayscale: #8B8B8B. Windows color (decimal): -6780551 or 7965080. OLE color: 7965080.

HSL color Cylindrical-coordinate representation of color #988979: hue angle of 30.97º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988979 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 121 -
CMYK 0 0.10 0.20 0.40
HSL 30.97º 0.13% 0.54% -
HSV(B) 30.97º 0.2% 0.6% -
XYZ 25.35 25.95 21.76 -
YUV 139.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 152 137 121 0 0.10 0.20 0.40 30.97 0.13 0.54
Hex 98 89 79 0 A 14 28 1F D 36
Octal 230 211 171 0 12 24 50 37 15 66
Binary 10011000 10001001 1111001 0 1010 10100 101000 11111 1101 110110

Color Harmonies of #988979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988979

Black with #988979

Text Example


Text Example

White with #988979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988979; }

 p { color: rgb(152,137,121); }

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

background-color css

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

 a { background-color: rgb(152,137,121); }

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

border-color css

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

 span { border-color: rgb(152,137,121); }

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