#95707E

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

Shades of Strikemaster #95707E

Tints of Strikemaster #95707E

Color information

#95707E (or 0x95707E) is unknown color: approx Strikemaster. HEX triplet: 95, 70 and 7E. RGB value is (149,112,126). Sum of RGB (Red+Green+Blue) = 149+112+126=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707E is #6A8F81. Grayscale: #7C7C7C. Windows color (decimal): -6983554 or 8286357. OLE color: 8286357.

HSL color Cylindrical-coordinate representation of color #95707E: hue angle of 337.3º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95707E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149112126-
CMYK00.250.150.42
HSL337.3º14.86%51.18%-
HSV(B)337.3º24.83%58.43%-
XYZ21.9519.4822.34-
YUV124.66128.76145.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=38.50%
G=28.94%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911212600.250.150.42337.314.8651.18
Hex95707E019F2A151f33
Octal22516017603117525211763
Binary100101011110000111111001100111111010101010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95707E; }

 p { color: rgb(149,112,126); }

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

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

 a { background-color: rgb(149,112,126); }

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

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

 span { border-color: rgb(149,112,126); }

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