Html Css Color HEX #976D80 Strikemaster

📋 copy color: '#976D80'

red 151 ◦ green 109 ◦ blue 128

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

Shades of Strikemaster #976D80

Tints of Strikemaster #976D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 38.92%
G = 28.09%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#976D80 (or 0x976D80) is known color: Strikemaster. HEX triplet: 97, 6D and 80. RGB value is (151,109,128). Sum of RGB (Red+Green+Blue) = 151+109+128=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #976D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D80 is #68927F. Grayscale: #7B7B7B. Windows color (decimal): -6853248 or 8416663. OLE color: 8416663.

HSL color Cylindrical-coordinate representation of color #976D80: hue angle of 332.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D80 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 128 -
CMYK 0 0.28 0.15 0.41
HSL 332.86º 0.17% 0.51% -
HSV(B) 332.86º 0.28% 0.59% -
XYZ 22.13 19.08 22.94 -
YUV 123.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 151 109 128 0 0.28 0.15 0.41 332.86 0.17 0.51
Hex 97 6D 80 0 1C F 29 14D 11 33
Octal 227 155 200 0 34 17 51 515 21 63
Binary 10010111 1101101 10000000 0 11100 1111 101001 101001101 10001 110011

Color Harmonies of #976D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D80

Black with #976D80

Text Example


Text Example

White with #976D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D80; }

 p { color: rgb(151,109,128); }

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

background-color css

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

 a { background-color: rgb(151,109,128); }

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

border-color css

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

 span { border-color: rgb(151,109,128); }

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