#92677F

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

Shades of Strikemaster #92677F

Tints of Strikemaster #92677F

Color information

#92677F (or 0x92677F) is unknown color: approx Strikemaster. HEX triplet: 92, 67 and 7F. RGB value is (146,103,127). Sum of RGB (Red+Green+Blue) = 146+103+127=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677F is #6D9880. Grayscale: #767676. Windows color (decimal): -7182465 or 8349586. OLE color: 8349586.

HSL color Cylindrical-coordinate representation of color #92677F: hue angle of 326.51º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92677F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146103127-
CMYK00.290.130.43
HSL326.51º17.27%48.82%-
HSV(B)326.51º29.45%57.25%-
XYZ20.5417.3422.34-
YUV118.59132.75147.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 127 (50% from 255) = 33.78%
R=38.83%
G=27.39%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610312700.290.130.43326.5117.2748.82
Hex92677F01DD2B1471131
Octal22214717703515535072161
Binary1001001011001111111111011101110110101110100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,103,127); }

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

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

 a { background-color: rgb(146,103,127); }

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

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

 span { border-color: rgb(146,103,127); }

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