#886F7B

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

Shades of Strikemaster #886F7B

Tints of Strikemaster #886F7B

Color information

#886F7B (or 0x886F7B) is unknown color: approx Strikemaster. HEX triplet: 88, 6F and 7B. RGB value is (136,111,123). Sum of RGB (Red+Green+Blue) = 136+111+123=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F7B is #779084. Grayscale: #777777. Windows color (decimal): -7835781 or 8089480. OLE color: 8089480.

HSL color Cylindrical-coordinate representation of color #886F7B: hue angle of 331.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F7B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136111123-
CMYK00.180.100.47
HSL331.2º10.12%48.43%-
HSV(B)331.2º18.38%53.33%-
XYZ19.4118.0321.2-
YUV119.84129.78139.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=36.76%
G=30%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611112300.180.100.47331.210.1248.43
Hex886F7B012A2F14ba30
Octal21015717302212575131260
Binary100010001101111111101101001010101011111010010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886F7B; }

 p { color: rgb(136,111,123); }

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

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

 a { background-color: rgb(136,111,123); }

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

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

 span { border-color: rgb(136,111,123); }

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