#936478

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

Shades of Strikemaster #936478

Tints of Strikemaster #936478

Color information

#936478 (or 0x936478) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 78. RGB value is (147,100,120). Sum of RGB (Red+Green+Blue) = 147+100+120=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #936478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936478 is #6C9B87. Grayscale: #747474. Windows color (decimal): -7117704 or 7890067. OLE color: 7890067.

HSL color Cylindrical-coordinate representation of color #936478: hue angle of 334.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936478 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147100120-
CMYK00.320.180.42
HSL334.47º19.03%48.43%-
HSV(B)334.47º31.97%57.65%-
XYZ19.9816.6719.93-
YUV116.33130.07149.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=40.05%
G=27.25%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710012000.320.180.42334.4719.0348.43
Hex936478020122A14e1330
Octal22314417004022525162360
Binary100100111100100111100001000001001010101010100111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936478; }

 p { color: rgb(147,100,120); }

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

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

 a { background-color: rgb(147,100,120); }

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

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

 span { border-color: rgb(147,100,120); }

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