Html Css Color HEX #886680 Strikemaster

📋 copy color: '#886680'

red 136 ◦ green 102 ◦ blue 128

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

Shades of Strikemaster #886680

Tints of Strikemaster #886680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 37.16%
G = 27.87%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#886680 (or 0x886680) is known color: Strikemaster. HEX triplet: 88, 66 and 80. RGB value is (136,102,128). Sum of RGB (Red+Green+Blue) = 136+102+128=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886680 is #77997F. Grayscale: #737373. Windows color (decimal): -7838080 or 8414856. OLE color: 8414856.

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

Color convert

RGB 136 102 128 -
CMYK 0 0.25 0.06 0.47
HSL 314.12º 0.14% 0.47% -
HSV(B) 314.12º 0.25% 0.53% -
XYZ 18.8 16.3 22.58 -
YUV 115.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 136 102 128 0 0.25 0.06 0.47 314.12 0.14 0.47
Hex 88 66 80 0 19 6 2F 13A E 2F
Octal 210 146 200 0 31 6 57 472 16 57
Binary 10001000 1100110 10000000 0 11001 110 101111 100111010 1110 101111

Color Harmonies of #886680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886680

Black with #886680

Text Example


Text Example

White with #886680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886680; }

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

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

background-color css

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

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

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

border-color css

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

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

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