Html Css Color HEX #88667A Strikemaster

📋 copy color: '#88667A'

red 136 ◦ green 102 ◦ blue 122

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

Shades of Strikemaster #88667A

Tints of Strikemaster #88667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 37.78%
G = 28.33%
B = 33.89%

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

#88667A (or 0x88667A) is known color: Strikemaster. HEX triplet: 88, 66 and 7A. RGB value is (136,102,122). Sum of RGB (Red+Green+Blue) = 136+102+122=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667A is #779985. Grayscale: #727272. Windows color (decimal): -7838086 or 8021640. OLE color: 8021640.

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

Color convert

RGB 136 102 122 -
CMYK 0 0.25 0.10 0.47
HSL 324.71º 0.14% 0.47% -
HSV(B) 324.71º 0.25% 0.53% -
XYZ 18.42 16.14 20.56 -
YUV 114.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 136 102 122 0 0.25 0.10 0.47 324.71 0.14 0.47
Hex 88 66 7A 0 19 A 2F 145 E 2F
Octal 210 146 172 0 31 12 57 505 16 57
Binary 10001000 1100110 1111010 0 11001 1010 101111 101000101 1110 101111

Color Harmonies of #88667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88667A

Black with #88667A

Text Example


Text Example

White with #88667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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