Html Css Color HEX #88697F Strikemaster

📋 copy color: '#88697F'

red 136 ◦ green 105 ◦ blue 127

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

Shades of Strikemaster #88697F

Tints of Strikemaster #88697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 36.96%
G = 28.53%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88697F (or 0x88697F) is known color: Strikemaster. HEX triplet: 88, 69 and 7F. RGB value is (136,105,127). Sum of RGB (Red+Green+Blue) = 136+105+127=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #88697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697F is #779680. Grayscale: #747474. Windows color (decimal): -7837313 or 8350088. OLE color: 8350088.

HSL color Cylindrical-coordinate representation of color #88697F: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88697F is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 127 -
CMYK 0 0.23 0.07 0.47
HSL 317.42º 0.13% 0.47% -
HSV(B) 317.42º 0.23% 0.53% -
XYZ 19.04 16.87 22.33 -
YUV 116.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 136 105 127 0 0.23 0.07 0.47 317.42 0.13 0.47
Hex 88 69 7F 0 17 7 2F 13D D 2F
Octal 210 151 177 0 27 7 57 475 15 57
Binary 10001000 1101001 1111111 0 10111 111 101111 100111101 1101 101111

Color Harmonies of #88697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88697F

Black with #88697F

Text Example


Text Example

White with #88697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88697F; }

 p { color: rgb(136,105,127); }

 H1.HeaderClassName
 {
   color: #88697F;
 }
 .AnyTagClassName
 {
   color: #88697F;
 }
</style>

background-color css

<style>
 a { background-color: #88697F; }

 a { background-color: rgb(136,105,127); }

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

border-color css

<style>
 span { border-color: #88697F; }

 span { border-color: rgb(136,105,127); }

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