#907082

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

Shades of Strikemaster #907082

Tints of Strikemaster #907082

Color information

#907082 (or 0x907082) is unknown color: approx Strikemaster. HEX triplet: 90, 70 and 82. RGB value is (144,112,130). Sum of RGB (Red+Green+Blue) = 144+112+130=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #907082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907082 is #6F8F7D. Grayscale: #7B7B7B. Windows color (decimal): -7311230 or 8548496. OLE color: 8548496.

HSL color Cylindrical-coordinate representation of color #907082: hue angle of 326.25º 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 #907082 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144112130-
CMYK00.220.100.44
HSL326.25º12.6%50.2%-
HSV(B)326.25º22.22%56.47%-
XYZ21.3319.1323.69-
YUV123.62131.6142.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=37.31%
G=29.02%
B=33.68%

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
Decimal14411213000.220.100.44326.2512.650.2
Hex907082016A2C146d32
Octal22016020202612545061562
Binary1001000011100001000001001011010101011001010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907082; }

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

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

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

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

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

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

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

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