#977080

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

Shades of Strikemaster #977080

Tints of Strikemaster #977080

Color information

#977080 (or 0x977080) is unknown color: approx Strikemaster. HEX triplet: 97, 70 and 80. RGB value is (151,112,128). Sum of RGB (Red+Green+Blue) = 151+112+128=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #977080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977080 is #688F7F. Grayscale: #7D7D7D. Windows color (decimal): -6852480 or 8417431. OLE color: 8417431.

HSL color Cylindrical-coordinate representation of color #977080: hue angle of 335.38º 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 #977080 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB151112128-
CMYK00.260.150.41
HSL335.38º15.79%51.57%-
HSV(B)335.38º25.83%59.22%-
XYZ22.4519.7323.05-
YUV125.48129.42146.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=38.62%
G=28.64%
B=32.74%

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
Decimal15111212800.260.150.41335.3815.7951.57
Hex97708001AF2914f1034
Octal22716020003217515172064
Binary10010111111000010000000011010111110100110100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977080; }

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

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

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

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

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

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

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

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