#977685

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

Shades of Strikemaster #977685

Tints of Strikemaster #977685

Color information

#977685 (or 0x977685) is unknown color: approx Strikemaster. HEX triplet: 97, 76 and 85. RGB value is (151,118,133). Sum of RGB (Red+Green+Blue) = 151+118+133=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977685 is #68897A. Grayscale: #818181. Windows color (decimal): -6850939 or 8746647. OLE color: 8746647.

HSL color Cylindrical-coordinate representation of color #977685: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977685 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB151118133-
CMYK00.220.120.41
HSL332.73º13.69%52.75%-
HSV(B)332.73º21.85%59.22%-
XYZ23.4721.2325.05-
YUV129.58129.93143.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=37.56%
G=29.35%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111813300.220.120.41332.7313.6952.75
Hex977685016C2914de35
Octal22716620502614515151665
Binary1001011111101101000010101011011001010011010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977685; }

 p { color: rgb(151,118,133); }

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

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

 a { background-color: rgb(151,118,133); }

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

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

 span { border-color: rgb(151,118,133); }

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