#88677B

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

Shades of Strikemaster #88677B

Tints of Strikemaster #88677B

Color information

#88677B (or 0x88677B) is unknown color: approx Strikemaster. HEX triplet: 88, 67 and 7B. RGB value is (136,103,123). Sum of RGB (Red+Green+Blue) = 136+103+123=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677B is #779884. Grayscale: #737373. Windows color (decimal): -7837829 or 8087432. OLE color: 8087432.

HSL color Cylindrical-coordinate representation of color #88677B: hue angle of 323.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88677B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136103123-
CMYK00.240.100.47
HSL323.64º13.81%46.86%-
HSV(B)323.64º24.26%53.33%-
XYZ18.5816.3620.92-
YUV115.15132.43142.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=37.57%
G=28.45%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610312300.240.100.47323.6413.8146.86
Hex88677B018A2F144e2f
Octal21014717303012575041657
Binary100010001100111111101101100010101011111010001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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