Html Css Color HEX #976D7E Strikemaster

📋 copy color: '#976D7E'

red 151 ◦ green 109 ◦ blue 126

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

Shades of Strikemaster #976D7E

Tints of Strikemaster #976D7E

RGB

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

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

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

R = 39.12%
G = 28.24%
B = 32.64%

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

#976D7E (or 0x976D7E) is known color: Strikemaster. HEX triplet: 97, 6D and 7E. RGB value is (151,109,126). Sum of RGB (Red+Green+Blue) = 151+109+126=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D7E is #689281. Grayscale: #7B7B7B. Windows color (decimal): -6853250 or 8285591. OLE color: 8285591.

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

Color convert

RGB 151 109 126 -
CMYK 0 0.28 0.17 0.41
HSL 335.71º 0.17% 0.51% -
HSV(B) 335.71º 0.28% 0.59% -
XYZ 22 19.02 22.25 -
YUV 123.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 151 109 126 0 0.28 0.17 0.41 335.71 0.17 0.51
Hex 97 6D 7E 0 1C 11 29 150 11 33
Octal 227 155 176 0 34 21 51 520 21 63
Binary 10010111 1101101 1111110 0 11100 10001 101001 101010000 10001 110011

Color Harmonies of #976D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D7E

Black with #976D7E

Text Example


Text Example

White with #976D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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