#974E77

Color #974E77 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #974E77

Tints of Strikemaster #974E77

Color information

#974E77 (or 0x974E77) is unknown color: approx Strikemaster. HEX triplet: 97, 4E and 77. RGB value is (151,78,119). Sum of RGB (Red+Green+Blue) = 151+78+119=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E77 is #68B188. Grayscale: #686868. Windows color (decimal): -6861193 or 7818903. OLE color: 7818903.

HSL color Cylindrical-coordinate representation of color #974E77: hue angle of 326.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E77 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15178119-
CMYK00.480.210.41
HSL326.3º31.88%44.9%-
HSV(B)326.3º48.34%59.22%-
XYZ18.8213.3619.04-
YUV104.5136.18161.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=43.39%
G=22.41%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517811900.480.210.41326.331.8844.9
Hex974E770301529146202d
Octal22711616706025515064055
Binary1001011110011101110111011000010101101001101000110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974E77; }

 p { color: rgb(151,78,119); }

 H1.HeaderClassName
 {
   color: #974E77;
 }
 .AnyTagClassName
 {
   color: #974E77;
 }
</style>
background-color css

<style>
 a { background-color: #974E77; }

 a { background-color: rgb(151,78,119); }

 div.DivClassName
 {
   background-color: #974E77;
 }
 .BgClassName
 {
   background-color: #974E77;
 }
</style>
border-color css

<style>
 span { border-color: #974E77; }

 span { border-color: rgb(151,78,119); }

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