#83727B

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

Shades of Strikemaster #83727B

Tints of Strikemaster #83727B

Color information

#83727B (or 0x83727B) is unknown color: approx Strikemaster. HEX triplet: 83, 72 and 7B. RGB value is (131,114,123). Sum of RGB (Red+Green+Blue) = 131+114+123=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #83727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727B is #7C8D84. Grayscale: #787878. Windows color (decimal): -8162693 or 8090243. OLE color: 8090243.

HSL color Cylindrical-coordinate representation of color #83727B: hue angle of 328.24º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83727B is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB131114123-
CMYK00.130.060.49
HSL328.24º6.94%48.04%-
HSV(B)328.24º12.98%51.37%-
XYZ18.9518.2921.27-
YUV120.11129.63135.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=35.60%
G=30.98%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111412300.130.060.49328.246.9448.04
Hex83727B0D631148730
Octal203162173015661510760
Binary100000111110010111101101101110110001101001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83727B; }

 p { color: rgb(131,114,123); }

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

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

 a { background-color: rgb(131,114,123); }

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

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

 span { border-color: rgb(131,114,123); }

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