Html Css Color HEX #978F7B Heathered Grey

📋 copy color: '#978F7B'

red 151 ◦ green 143 ◦ blue 123

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

Shades of Heathered Grey #978F7B

Tints of Heathered Grey #978F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 36.21%
G = 34.29%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#978F7B (or 0x978F7B) is known color: Heathered Grey. HEX triplet: 97, 8F and 7B. RGB value is (151,143,123). Sum of RGB (Red+Green+Blue) = 151+143+123=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #978F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F7B is #687084. Grayscale: #8F8F8F. Windows color (decimal): -6844549 or 8097687. OLE color: 8097687.

HSL color Cylindrical-coordinate representation of color #978F7B: hue angle of 42.86º 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 #978F7B is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 143 123 -
CMYK 0 0.05 0.19 0.41
HSL 42.86º 0.12% 0.54% -
HSV(B) 42.86º 0.19% 0.59% -
XYZ 26.16 27.65 22.7 -
YUV 143.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 151 143 123 0 0.05 0.19 0.41 42.86 0.12 0.54
Hex 97 8F 7B 0 5 13 29 2B C 36
Octal 227 217 173 0 5 23 51 53 14 66
Binary 10010111 10001111 1111011 0 101 10011 101001 101011 1100 110110

Color Harmonies of #978F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F7B

Black with #978F7B

Text Example


Text Example

White with #978F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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