Html Css Color HEX #988B78 Heathered Grey

📋 copy color: '#988B78'

red 152 ◦ green 139 ◦ blue 120

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

Shades of Heathered Grey #988B78

Tints of Heathered Grey #988B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

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

R = 36.98%
G = 33.82%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988B78 (or 0x988B78) is known color: Heathered Grey. HEX triplet: 98, 8B and 78. RGB value is (152,139,120). Sum of RGB (Red+Green+Blue) = 152+139+120=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #988B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B78 is #677487. Grayscale: #8C8C8C. Windows color (decimal): -6780040 or 7900056. OLE color: 7900056.

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

Color convert

RGB 152 139 120 -
CMYK 0 0.09 0.21 0.40
HSL 35.63º 0.13% 0.53% -
HSV(B) 35.63º 0.21% 0.6% -
XYZ 25.57 26.5 21.54 -
YUV 140.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 152 139 120 0 0.09 0.21 0.40 35.63 0.13 0.53
Hex 98 8B 78 0 9 15 28 24 D 35
Octal 230 213 170 0 11 25 50 44 15 65
Binary 10011000 10001011 1111000 0 1001 10101 101000 100100 1101 110101

Color Harmonies of #988B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B78

Black with #988B78

Text Example


Text Example

White with #988B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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