#95707F

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

Shades of Strikemaster #95707F

Tints of Strikemaster #95707F

Color information

#95707F (or 0x95707F) is unknown color: approx Strikemaster. HEX triplet: 95, 70 and 7F. RGB value is (149,112,127). Sum of RGB (Red+Green+Blue) = 149+112+127=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707F is #6A8F80. Grayscale: #7C7C7C. Windows color (decimal): -6983553 or 8351893. OLE color: 8351893.

HSL color Cylindrical-coordinate representation of color #95707F: hue angle of 335.68º 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 #95707F is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149112127-
CMYK00.250.150.42
HSL335.68º14.86%51.18%-
HSV(B)335.68º24.83%58.43%-
XYZ22.0219.5122.68-
YUV124.77129.26145.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 127 (50% from 255) = 32.73%
R=38.40%
G=28.87%
B=32.73%

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
Decimal14911212700.250.150.42335.6814.8651.18
Hex95707F019F2A150f33
Octal22516017703117525201763
Binary100101011110000111111101100111111010101010100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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