Html Css Color HEX #976E7F Strikemaster

📋 copy color: '#976E7F'

red 151 ◦ green 110 ◦ blue 127

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

Shades of Strikemaster #976E7F

Tints of Strikemaster #976E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

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

R = 38.92%
G = 28.35%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#976E7F (or 0x976E7F) is known color: Strikemaster. HEX triplet: 97, 6E and 7F. RGB value is (151,110,127). Sum of RGB (Red+Green+Blue) = 151+110+127=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #976E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E7F is #689180. Grayscale: #7C7C7C. Windows color (decimal): -6852993 or 8351383. OLE color: 8351383.

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

Color convert

RGB 151 110 127 -
CMYK 0 0.27 0.16 0.41
HSL 335.12º 0.16% 0.51% -
HSV(B) 335.12º 0.27% 0.59% -
XYZ 22.17 19.26 22.63 -
YUV 124.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 151 110 127 0 0.27 0.16 0.41 335.12 0.16 0.51
Hex 97 6E 7F 0 1B 10 29 14F 10 33
Octal 227 156 177 0 33 20 51 517 20 63
Binary 10010111 1101110 1111111 0 11011 10000 101001 101001111 10000 110011

Color Harmonies of #976E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E7F

Black with #976E7F

Text Example


Text Example

White with #976E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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