Html Css Color HEX #86768B Mamba

📋 copy color: '#86768B'

red 134 ◦ green 118 ◦ blue 139

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

Shades of Mamba #86768B

Tints of Mamba #86768B

RGB

 RED value IS 134 (52.73% from 255) = 34.27%

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 34.27%
G = 30.18%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86768B (or 0x86768B) is known color: Mamba. HEX triplet: 86, 76 and 8B. RGB value is (134,118,139). Sum of RGB (Red+Green+Blue) = 134+118+139=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #86768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86768B is #798974. Grayscale: #7D7D7D. Windows color (decimal): -7965045 or 9139846. OLE color: 9139846.

HSL color Cylindrical-coordinate representation of color #86768B: hue angle of 285.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86768B is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 118 139 -
CMYK 0.04 0.15 0 0.45
HSL 285.71º 0.08% 0.5% -
HSV(B) 285.71º 0.15% 0.55% -
XYZ 20.97 19.89 27.16 -
YUV 125.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 134 118 139 0.04 0.15 0 0.45 285.71 0.08 0.5
Hex 86 76 8B 4 F 0 2D 11E 8 32
Octal 206 166 213 4 17 0 55 436 10 62
Binary 10000110 1110110 10001011 100 1111 0 101101 100011110 1000 110010

Color Harmonies of #86768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86768B

Black with #86768B

Text Example


Text Example

White with #86768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86768B; }

 p { color: rgb(134,118,139); }

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

background-color css

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

 a { background-color: rgb(134,118,139); }

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

border-color css

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

 span { border-color: rgb(134,118,139); }

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