Html Css Color HEX #886A7A Strikemaster

📋 copy color: '#886A7A'

red 136 ◦ green 106 ◦ blue 122

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

Shades of Strikemaster #886A7A

Tints of Strikemaster #886A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 37.36%
G = 29.12%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#886A7A (or 0x886A7A) is known color: Strikemaster. HEX triplet: 88, 6A and 7A. RGB value is (136,106,122). Sum of RGB (Red+Green+Blue) = 136+106+122=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #886A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A7A is #779585. Grayscale: #747474. Windows color (decimal): -7837062 or 8022664. OLE color: 8022664.

HSL color Cylindrical-coordinate representation of color #886A7A: hue angle of 328º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A7A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 122 -
CMYK 0 0.22 0.10 0.47
HSL 328º 0.12% 0.47% -
HSV(B) 328º 0.22% 0.53% -
XYZ 18.82 16.95 20.69 -
YUV 116.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 136 106 122 0 0.22 0.10 0.47 328 0.12 0.47
Hex 88 6A 7A 0 16 A 2F 148 C 2F
Octal 210 152 172 0 26 12 57 510 14 57
Binary 10001000 1101010 1111010 0 10110 1010 101111 101001000 1100 101111

Color Harmonies of #886A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A7A

Black with #886A7A

Text Example


Text Example

White with #886A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A7A; }

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

 H1.HeaderClassName
 {
   color: #886A7A;
 }
 .AnyTagClassName
 {
   color: #886A7A;
 }
</style>

background-color css

<style>
 a { background-color: #886A7A; }

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

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

border-color css

<style>
 span { border-color: #886A7A; }

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

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