Html Css Color HEX #978E7B Heathered Grey

📋 copy color: '#978E7B'

red 151 ◦ green 142 ◦ blue 123

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

Shades of Heathered Grey #978E7B

Tints of Heathered Grey #978E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 36.3%
G = 34.13%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#978E7B (or 0x978E7B) is known color: Heathered Grey. HEX triplet: 97, 8E and 7B. RGB value is (151,142,123). Sum of RGB (Red+Green+Blue) = 151+142+123=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7B is #687184. Grayscale: #8E8E8E. Windows color (decimal): -6844805 or 8097431. OLE color: 8097431.

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

Color convert

RGB 151 142 123 -
CMYK 0 0.06 0.19 0.41
HSL 40.71º 0.12% 0.54% -
HSV(B) 40.71º 0.19% 0.59% -
XYZ 26.01 27.36 22.65 -
YUV 142.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 151 142 123 0 0.06 0.19 0.41 40.71 0.12 0.54
Hex 97 8E 7B 0 6 13 29 29 C 36
Octal 227 216 173 0 6 23 51 51 14 66
Binary 10010111 10001110 1111011 0 110 10011 101001 101001 1100 110110

Color Harmonies of #978E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E7B

Black with #978E7B

Text Example


Text Example

White with #978E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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