Html Css Color HEX #976D7F Strikemaster

📋 copy color: '#976D7F'

red 151 ◦ green 109 ◦ blue 127

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

Shades of Strikemaster #976D7F

Tints of Strikemaster #976D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 39.02%
G = 28.17%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#976D7F (or 0x976D7F) is known color: Strikemaster. HEX triplet: 97, 6D and 7F. RGB value is (151,109,127). Sum of RGB (Red+Green+Blue) = 151+109+127=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D7F is #689280. Grayscale: #7B7B7B. Windows color (decimal): -6853249 or 8351127. OLE color: 8351127.

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

Color convert

RGB 151 109 127 -
CMYK 0 0.28 0.16 0.41
HSL 334.29º 0.17% 0.51% -
HSV(B) 334.29º 0.28% 0.59% -
XYZ 22.06 19.05 22.59 -
YUV 123.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 151 109 127 0 0.28 0.16 0.41 334.29 0.17 0.51
Hex 97 6D 7F 0 1C 10 29 14E 11 33
Octal 227 155 177 0 34 20 51 516 21 63
Binary 10010111 1101101 1111111 0 11100 10000 101001 101001110 10001 110011

Color Harmonies of #976D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D7F

Black with #976D7F

Text Example


Text Example

White with #976D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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