#86758A

Color #86758A Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #86758A

Tints of Mamba #86758A

Color information

#86758A (or 0x86758A) is unknown color: approx Mamba. HEX triplet: 86, 75 and 8A. RGB value is (134,117,138). Sum of RGB (Red+Green+Blue) = 134+117+138=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #86758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86758A is #798A75. Grayscale: #7C7C7C. Windows color (decimal): -7965302 or 9074054. OLE color: 9074054.

HSL color Cylindrical-coordinate representation of color #86758A: hue angle of 288.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86758A is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134117138-
CMYK0.030.1500.46
HSL288.57º8.24%50%-
HSV(B)288.57º15.22%54.12%-
XYZ20.7819.6326.74-
YUV124.48135.63134.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=34.45%
G=30.08%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341171380.030.1500.46288.578.2450
Hex86758A3F02E121832
Octal2061652123170564411062
Binary1000011011101011000101011111101011101001000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,117,138); }

 H1.HeaderClassName
 {
   color: #86758A;
 }
 .AnyTagClassName
 {
   color: #86758A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,117,138); }

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

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

 span { border-color: rgb(134,117,138); }

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