Html Css Color HEX #88667E Strikemaster

📋 copy color: '#88667E'

red 136 ◦ green 102 ◦ blue 126

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

Shades of Strikemaster #88667E

Tints of Strikemaster #88667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 37.36%
G = 28.02%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88667E (or 0x88667E) is known color: Strikemaster. HEX triplet: 88, 66 and 7E. RGB value is (136,102,126). Sum of RGB (Red+Green+Blue) = 136+102+126=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667E is #779981. Grayscale: #727272. Windows color (decimal): -7838082 or 8283784. OLE color: 8283784.

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

Color convert

RGB 136 102 126 -
CMYK 0 0.25 0.07 0.47
HSL 317.65º 0.14% 0.47% -
HSV(B) 317.65º 0.25% 0.53% -
XYZ 18.67 16.24 21.89 -
YUV 114.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 136 102 126 0 0.25 0.07 0.47 317.65 0.14 0.47
Hex 88 66 7E 0 19 7 2F 13E E 2F
Octal 210 146 176 0 31 7 57 476 16 57
Binary 10001000 1100110 1111110 0 11001 111 101111 100111110 1110 101111

Color Harmonies of #88667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88667E

Black with #88667E

Text Example


Text Example

White with #88667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88667E; }

 p { color: rgb(136,102,126); }

 H1.HeaderClassName
 {
   color: #88667E;
 }
 .AnyTagClassName
 {
   color: #88667E;
 }
</style>

background-color css

<style>
 a { background-color: #88667E; }

 a { background-color: rgb(136,102,126); }

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

border-color css

<style>
 span { border-color: #88667E; }

 span { border-color: rgb(136,102,126); }

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