Html Css Color HEX #989082 Heathered Grey

📋 copy color: '#989082'

red 152 ◦ green 144 ◦ blue 130

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

Shades of Heathered Grey #989082

Tints of Heathered Grey #989082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 35.68%
G = 33.8%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#989082 (or 0x989082) is known color: Heathered Grey. HEX triplet: 98, 90 and 82. RGB value is (152,144,130). Sum of RGB (Red+Green+Blue) = 152+144+130=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #989082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989082 is #676F7D. Grayscale: #909090. Windows color (decimal): -6778750 or 8556696. OLE color: 8556696.

HSL color Cylindrical-coordinate representation of color #989082: hue angle of 38.18º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #989082 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 130 -
CMYK 0 0.05 0.14 0.40
HSL 38.18º 0.1% 0.55% -
HSV(B) 38.18º 0.14% 0.6% -
XYZ 26.95 28.23 25.15 -
YUV 144.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 152 144 130 0 0.05 0.14 0.40 38.18 0.1 0.55
Hex 98 90 82 0 5 E 28 26 A 37
Octal 230 220 202 0 5 16 50 46 12 67
Binary 10011000 10010000 10000010 0 101 1110 101000 100110 1010 110111

Color Harmonies of #989082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989082

Black with #989082

Text Example


Text Example

White with #989082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989082; }

 p { color: rgb(152,144,130); }

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

background-color css

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

 a { background-color: rgb(152,144,130); }

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

border-color css

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

 span { border-color: rgb(152,144,130); }

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