#97677C

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

Shades of Strikemaster #97677C

Tints of Strikemaster #97677C

Color information

#97677C (or 0x97677C) is unknown color: approx Strikemaster. HEX triplet: 97, 67 and 7C. RGB value is (151,103,124). Sum of RGB (Red+Green+Blue) = 151+103+124=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97677C is #689883. Grayscale: #777777. Windows color (decimal): -6854788 or 8152983. OLE color: 8152983.

HSL color Cylindrical-coordinate representation of color #97677C: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97677C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151103124-
CMYK00.320.180.41
HSL333.75º18.9%49.8%-
HSV(B)333.75º31.79%59.22%-
XYZ21.2517.7421.37-
YUV119.75130.4150.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=39.95%
G=27.25%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110312400.320.180.41333.7518.949.8
Hex97677C020122914e1332
Octal22714717404022515162362
Binary100101111100111111110001000001001010100110100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97677C; }

 p { color: rgb(151,103,124); }

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

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

 a { background-color: rgb(151,103,124); }

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

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

 span { border-color: rgb(151,103,124); }

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