Html Css Color HEX #88657B Strikemaster

📋 copy color: '#88657B'

red 136 ◦ green 101 ◦ blue 123

#88657B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #88657B

Tints of Strikemaster #88657B

RGB

 RED value IS 136 (53.52% from 255) = 37.78%

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 37.78%
G = 28.06%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88657B (or 0x88657B) is known color: Strikemaster. HEX triplet: 88, 65 and 7B. RGB value is (136,101,123). Sum of RGB (Red+Green+Blue) = 136+101+123=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657B is #779A84. Grayscale: #717171. Windows color (decimal): -7838341 or 8086920. OLE color: 8086920.

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

Color convert

RGB 136 101 123 -
CMYK 0 0.26 0.10 0.47
HSL 322.29º 0.15% 0.46% -
HSV(B) 322.29º 0.26% 0.53% -
XYZ 18.38 15.97 20.85 -
YUV 113.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 136 101 123 0 0.26 0.10 0.47 322.29 0.15 0.46
Hex 88 65 7B 0 1A A 2F 142 F 2E
Octal 210 145 173 0 32 12 57 502 17 56
Binary 10001000 1100101 1111011 0 11010 1010 101111 101000010 1111 101110

Color Harmonies of #88657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88657B

Black with #88657B

Text Example


Text Example

White with #88657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88657B;
 }
 .AnyTagClassName
 {
   color: #88657B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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