Html Css Color HEX #988978 Almond Frost

📋 copy color: '#988978'

red 152 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #988978

Tints of Almond Frost #988978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 37.16%
G = 33.5%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988978 (or 0x988978) is known color: Almond Frost. HEX triplet: 98, 89 and 78. RGB value is (152,137,120). Sum of RGB (Red+Green+Blue) = 152+137+120=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988978 is #677687. Grayscale: #8B8B8B. Windows color (decimal): -6780552 or 7899544. OLE color: 7899544.

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

Color convert

RGB 152 137 120 -
CMYK 0 0.10 0.21 0.40
HSL 31.88º 0.13% 0.53% -
HSV(B) 31.88º 0.21% 0.6% -
XYZ 25.28 25.92 21.44 -
YUV 139.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 152 137 120 0 0.10 0.21 0.40 31.88 0.13 0.53
Hex 98 89 78 0 A 15 28 20 D 35
Octal 230 211 170 0 12 25 50 40 15 65
Binary 10011000 10001001 1111000 0 1010 10101 101000 100000 1101 110101

Color Harmonies of #988978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988978

Black with #988978

Text Example


Text Example

White with #988978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988978; }

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

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

background-color css

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

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

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

border-color css

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

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

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