#907081

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

Shades of Strikemaster #907081

Tints of Strikemaster #907081

Color information

#907081 (or 0x907081) is unknown color: approx Strikemaster. HEX triplet: 90, 70 and 81. RGB value is (144,112,129). Sum of RGB (Red+Green+Blue) = 144+112+129=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #907081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907081 is #6F8F7E. Grayscale: #7B7B7B. Windows color (decimal): -7311231 or 8482960. OLE color: 8482960.

HSL color Cylindrical-coordinate representation of color #907081: hue angle of 328.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907081 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144112129-
CMYK00.220.100.44
HSL328.12º12.6%50.2%-
HSV(B)328.12º22.22%56.47%-
XYZ21.2619.123.34-
YUV123.51131.1142.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=37.40%
G=29.09%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411212900.220.100.44328.1212.650.2
Hex907081016A2C148d32
Octal22016020102612545101562
Binary1001000011100001000000101011010101011001010010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907081; }

 p { color: rgb(144,112,129); }

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

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

 a { background-color: rgb(144,112,129); }

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

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

 span { border-color: rgb(144,112,129); }

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