Html Css Color HEX #88667B Strikemaster

📋 copy color: '#88667B'

red 136 ◦ green 102 ◦ blue 123

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

Shades of Strikemaster #88667B

Tints of Strikemaster #88667B

RGB

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

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

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

R = 37.67%
G = 28.25%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88667B (or 0x88667B) is known color: Strikemaster. HEX triplet: 88, 66 and 7B. RGB value is (136,102,123). Sum of RGB (Red+Green+Blue) = 136+102+123=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667B is #779984. Grayscale: #727272. Windows color (decimal): -7838085 or 8087176. OLE color: 8087176.

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

Color convert

RGB 136 102 123 -
CMYK 0 0.25 0.10 0.47
HSL 322.94º 0.14% 0.47% -
HSV(B) 322.94º 0.25% 0.53% -
XYZ 18.48 16.17 20.89 -
YUV 114.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 136 102 123 0 0.25 0.10 0.47 322.94 0.14 0.47
Hex 88 66 7B 0 19 A 2F 143 E 2F
Octal 210 146 173 0 31 12 57 503 16 57
Binary 10001000 1100110 1111011 0 11001 1010 101111 101000011 1110 101111

Color Harmonies of #88667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88667B

Black with #88667B

Text Example


Text Example

White with #88667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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