Html Css Color HEX #988C78 Heathered Grey

📋 copy color: '#988C78'

red 152 ◦ green 140 ◦ blue 120

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

Shades of Heathered Grey #988C78

Tints of Heathered Grey #988C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 36.89%
G = 33.98%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988C78 (or 0x988C78) is known color: Heathered Grey. HEX triplet: 98, 8C and 78. RGB value is (152,140,120). Sum of RGB (Red+Green+Blue) = 152+140+120=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #988C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C78 is #677387. Grayscale: #8D8D8D. Windows color (decimal): -6779784 or 7900312. OLE color: 7900312.

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

Color convert

RGB 152 140 120 -
CMYK 0 0.08 0.21 0.40
HSL 37.5º 0.13% 0.53% -
HSV(B) 37.5º 0.21% 0.6% -
XYZ 25.72 26.79 21.58 -
YUV 141.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 152 140 120 0 0.08 0.21 0.40 37.5 0.13 0.53
Hex 98 8C 78 0 8 15 28 26 D 35
Octal 230 214 170 0 10 25 50 46 15 65
Binary 10011000 10001100 1111000 0 1000 10101 101000 100110 1101 110101

Color Harmonies of #988C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C78

Black with #988C78

Text Example


Text Example

White with #988C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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