#92677E

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

Shades of Strikemaster #92677E

Tints of Strikemaster #92677E

Color information

#92677E (or 0x92677E) is unknown color: approx Strikemaster. HEX triplet: 92, 67 and 7E. RGB value is (146,103,126). Sum of RGB (Red+Green+Blue) = 146+103+126=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677E is #6D9881. Grayscale: #767676. Windows color (decimal): -7182466 or 8284050. OLE color: 8284050.

HSL color Cylindrical-coordinate representation of color #92677E: hue angle of 327.91º 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 #92677E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146103126-
CMYK00.290.140.43
HSL327.91º17.27%48.82%-
HSV(B)327.91º29.45%57.25%-
XYZ20.4717.3222-
YUV118.48132.25147.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=38.93%
G=27.47%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610312600.290.140.43327.9117.2748.82
Hex92677E01DE2B1481131
Octal22214717603516535102161
Binary1001001011001111111110011101111010101110100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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