Html Css Color HEX #88667C Strikemaster

📋 copy color: '#88667C'

red 136 ◦ green 102 ◦ blue 124

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

Shades of Strikemaster #88667C

Tints of Strikemaster #88667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 37.57%
G = 28.18%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88667C (or 0x88667C) is known color: Strikemaster. HEX triplet: 88, 66 and 7C. RGB value is (136,102,124). Sum of RGB (Red+Green+Blue) = 136+102+124=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667C is #779983. Grayscale: #727272. Windows color (decimal): -7838084 or 8152712. OLE color: 8152712.

HSL color Cylindrical-coordinate representation of color #88667C: hue angle of 321.18º 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 #88667C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 124 -
CMYK 0 0.25 0.09 0.47
HSL 321.18º 0.14% 0.47% -
HSV(B) 321.18º 0.25% 0.53% -
XYZ 18.54 16.19 21.22 -
YUV 114.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 136 102 124 0 0.25 0.09 0.47 321.18 0.14 0.47
Hex 88 66 7C 0 19 9 2F 141 E 2F
Octal 210 146 174 0 31 11 57 501 16 57
Binary 10001000 1100110 1111100 0 11001 1001 101111 101000001 1110 101111

Color Harmonies of #88667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88667C

Black with #88667C

Text Example


Text Example

White with #88667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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