Html Css Color HEX #88697D Strikemaster

📋 copy color: '#88697D'

red 136 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #88697D

Tints of Strikemaster #88697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 37.16%
G = 28.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88697D (or 0x88697D) is known color: Strikemaster. HEX triplet: 88, 69 and 7D. RGB value is (136,105,125). Sum of RGB (Red+Green+Blue) = 136+105+125=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #88697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697D is #779682. Grayscale: #747474. Windows color (decimal): -7837315 or 8219016. OLE color: 8219016.

HSL color Cylindrical-coordinate representation of color #88697D: hue angle of 321.29º 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 #88697D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 125 -
CMYK 0 0.23 0.08 0.47
HSL 321.29º 0.13% 0.47% -
HSV(B) 321.29º 0.23% 0.53% -
XYZ 18.91 16.82 21.65 -
YUV 116.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 136 105 125 0 0.23 0.08 0.47 321.29 0.13 0.47
Hex 88 69 7D 0 17 8 2F 141 D 2F
Octal 210 151 175 0 27 10 57 501 15 57
Binary 10001000 1101001 1111101 0 10111 1000 101111 101000001 1101 101111

Color Harmonies of #88697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88697D

Black with #88697D

Text Example


Text Example

White with #88697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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