#977081

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

Shades of Strikemaster #977081

Tints of Strikemaster #977081

Color information

#977081 (or 0x977081) is unknown color: approx Strikemaster. HEX triplet: 97, 70 and 81. RGB value is (151,112,129). Sum of RGB (Red+Green+Blue) = 151+112+129=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #977081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977081 is #688F7E. Grayscale: #7D7D7D. Windows color (decimal): -6852479 or 8482967. OLE color: 8482967.

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

Color convert

RGB151112129-
CMYK00.260.150.41
HSL333.85º15.79%51.57%-
HSV(B)333.85º25.83%59.22%-
XYZ22.5219.7523.39-
YUV125.6129.92146.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=38.52%
G=28.57%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111212900.260.150.41333.8515.7951.57
Hex97708101AF2914e1034
Octal22716020103217515162064
Binary10010111111000010000001011010111110100110100111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977081; }

 p { color: rgb(151,112,129); }

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

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

 a { background-color: rgb(151,112,129); }

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

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

 span { border-color: rgb(151,112,129); }

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