Html Css Color HEX #978E83 Heathered Grey

📋 copy color: '#978E83'

red 151 ◦ green 142 ◦ blue 131

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

Shades of Heathered Grey #978E83

Tints of Heathered Grey #978E83

RGB

 RED value IS 151 (59.38% from 255) = 35.61%

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 35.61%
G = 33.49%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#978E83 (or 0x978E83) is known color: Heathered Grey. HEX triplet: 97, 8E and 83. RGB value is (151,142,131). Sum of RGB (Red+Green+Blue) = 151+142+131=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 151 - color contains mainly: red. Hex color #978E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E83 is #68717C. Grayscale: #8F8F8F. Windows color (decimal): -6844797 or 8621719. OLE color: 8621719.

HSL color Cylindrical-coordinate representation of color #978E83: hue angle of 33º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978E83 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 131 -
CMYK 0 0.06 0.13 0.41
HSL 33º 0.09% 0.55% -
HSV(B) 33º 0.13% 0.59% -
XYZ 26.53 27.56 25.39 -
YUV 143.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 151 142 131 0 0.06 0.13 0.41 33 0.09 0.55
Hex 97 8E 83 0 6 D 29 21 9 37
Octal 227 216 203 0 6 15 51 41 11 67
Binary 10010111 10001110 10000011 0 110 1101 101001 100001 1001 110111

Color Harmonies of #978E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E83

Black with #978E83

Text Example


Text Example

White with #978E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978E83; }

 p { color: rgb(151,142,131); }

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

background-color css

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

 a { background-color: rgb(151,142,131); }

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

border-color css

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

 span { border-color: rgb(151,142,131); }

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