Html Css Color HEX #976C7E Strikemaster

📋 copy color: '#976C7E'

red 151 ◦ green 108 ◦ blue 126

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

Shades of Strikemaster #976C7E

Tints of Strikemaster #976C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 39.22%
G = 28.05%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#976C7E (or 0x976C7E) is known color: Strikemaster. HEX triplet: 97, 6C and 7E. RGB value is (151,108,126). Sum of RGB (Red+Green+Blue) = 151+108+126=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #976C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C7E is #689381. Grayscale: #7A7A7A. Windows color (decimal): -6853506 or 8285335. OLE color: 8285335.

HSL color Cylindrical-coordinate representation of color #976C7E: hue angle of 334.88º 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 #976C7E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 108 126 -
CMYK 0 0.28 0.17 0.41
HSL 334.88º 0.17% 0.51% -
HSV(B) 334.88º 0.28% 0.59% -
XYZ 21.89 18.81 22.22 -
YUV 122.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 151 108 126 0 0.28 0.17 0.41 334.88 0.17 0.51
Hex 97 6C 7E 0 1C 11 29 14F 11 33
Octal 227 154 176 0 34 21 51 517 21 63
Binary 10010111 1101100 1111110 0 11100 10001 101001 101001111 10001 110011

Color Harmonies of #976C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C7E

Black with #976C7E

Text Example


Text Example

White with #976C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,126); }

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

background-color css

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

 a { background-color: rgb(151,108,126); }

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

border-color css

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

 span { border-color: rgb(151,108,126); }

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