Html Css Color HEX #886679 Strikemaster

📋 copy color: '#886679'

red 136 ◦ green 102 ◦ blue 121

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

Shades of Strikemaster #886679

Tints of Strikemaster #886679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 37.88%
G = 28.41%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#886679 (or 0x886679) is known color: Strikemaster. HEX triplet: 88, 66 and 79. RGB value is (136,102,121). Sum of RGB (Red+Green+Blue) = 136+102+121=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886679 is #779986. Grayscale: #727272. Windows color (decimal): -7838087 or 7956104. OLE color: 7956104.

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

Color convert

RGB 136 102 121 -
CMYK 0 0.25 0.11 0.47
HSL 326.47º 0.14% 0.47% -
HSV(B) 326.47º 0.25% 0.53% -
XYZ 18.36 16.12 20.23 -
YUV 114.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 136 102 121 0 0.25 0.11 0.47 326.47 0.14 0.47
Hex 88 66 79 0 19 B 2F 146 E 2F
Octal 210 146 171 0 31 13 57 506 16 57
Binary 10001000 1100110 1111001 0 11001 1011 101111 101000110 1110 101111

Color Harmonies of #886679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886679

Black with #886679

Text Example


Text Example

White with #886679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886679; }

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

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

background-color css

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

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

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

border-color css

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

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

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