Html Css Color HEX #978B7B Heathered Grey

📋 copy color: '#978B7B'

red 151 ◦ green 139 ◦ blue 123

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

Shades of Heathered Grey #978B7B

Tints of Heathered Grey #978B7B

RGB

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

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

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

R = 36.56%
G = 33.66%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#978B7B (or 0x978B7B) is known color: Heathered Grey. HEX triplet: 97, 8B and 7B. RGB value is (151,139,123). Sum of RGB (Red+Green+Blue) = 151+139+123=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B7B is #687484. Grayscale: #8C8C8C. Windows color (decimal): -6845573 or 8096663. OLE color: 8096663.

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

Color convert

RGB 151 139 123 -
CMYK 0 0.08 0.19 0.41
HSL 34.29º 0.12% 0.54% -
HSV(B) 34.29º 0.19% 0.59% -
XYZ 25.57 26.47 22.5 -
YUV 140.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 151 139 123 0 0.08 0.19 0.41 34.29 0.12 0.54
Hex 97 8B 7B 0 8 13 29 22 C 36
Octal 227 213 173 0 10 23 51 42 14 66
Binary 10010111 10001011 1111011 0 1000 10011 101001 100010 1100 110110

Color Harmonies of #978B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B7B

Black with #978B7B

Text Example


Text Example

White with #978B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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