Html Css Color HEX #817686 Mamba

📋 copy color: '#817686'

red 129 ◦ green 118 ◦ blue 134

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

Shades of Mamba #817686

Tints of Mamba #817686

RGB

 RED value IS 129 (50.78% from 255) = 33.86%

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

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 33.86%
G = 30.97%
B = 35.17%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#817686 (or 0x817686) is known color: Mamba. HEX triplet: 81, 76 and 86. RGB value is (129,118,134). Sum of RGB (Red+Green+Blue) = 129+118+134=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: blue. Hex color #817686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817686 is #7E8979. Grayscale: #7B7B7B. Windows color (decimal): -8292730 or 8812161. OLE color: 8812161.

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

Color convert

RGB 129 118 134 -
CMYK 0.04 0.12 0 0.47
HSL 281.25º 0.06% 0.49% -
HSV(B) 281.25º 0.12% 0.53% -
XYZ 19.83 19.35 25.24 -
YUV 123.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 129 118 134 0.04 0.12 0 0.47 281.25 0.06 0.49
Hex 81 76 86 4 C 0 2F 119 6 31
Octal 201 166 206 4 14 0 57 431 6 61
Binary 10000001 1110110 10000110 100 1100 0 101111 100011001 110 110001

Color Harmonies of #817686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817686

Black with #817686

Text Example


Text Example

White with #817686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817686; }

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

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

background-color css

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

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

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

border-color css

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

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

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