Html Css Color HEX #988B7A Heathered Grey

📋 copy color: '#988B7A'

red 152 ◦ green 139 ◦ blue 122

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

Shades of Heathered Grey #988B7A

Tints of Heathered Grey #988B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 36.8%
G = 33.66%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988B7A (or 0x988B7A) is known color: Heathered Grey. HEX triplet: 98, 8B and 7A. RGB value is (152,139,122). Sum of RGB (Red+Green+Blue) = 152+139+122=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B7A is #677485. Grayscale: #8D8D8D. Windows color (decimal): -6780038 or 8031128. OLE color: 8031128.

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

Color convert

RGB 152 139 122 -
CMYK 0 0.09 0.20 0.40
HSL 34º 0.13% 0.54% -
HSV(B) 34º 0.2% 0.6% -
XYZ 25.69 26.55 22.18 -
YUV 140.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 152 139 122 0 0.09 0.20 0.40 34 0.13 0.54
Hex 98 8B 7A 0 9 14 28 22 D 36
Octal 230 213 172 0 11 24 50 42 15 66
Binary 10011000 10001011 1111010 0 1001 10100 101000 100010 1101 110110

Color Harmonies of #988B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B7A

Black with #988B7A

Text Example


Text Example

White with #988B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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