Html Css Color HEX #827686 Mamba

📋 copy color: '#827686'

red 130 ◦ green 118 ◦ blue 134

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

Shades of Mamba #827686

Tints of Mamba #827686

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

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

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

R = 34.03%
G = 30.89%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827686 (or 0x827686) is known color: Mamba. HEX triplet: 82, 76 and 86. RGB value is (130,118,134). Sum of RGB (Red+Green+Blue) = 130+118+134=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 134 - color contains mainly: blue. Hex color #827686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827686 is #7D8979. Grayscale: #7B7B7B. Windows color (decimal): -8227194 or 8812162. OLE color: 8812162.

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

Color convert

RGB 130 118 134 -
CMYK 0.03 0.12 0 0.47
HSL 285º 0.06% 0.49% -
HSV(B) 285º 0.12% 0.53% -
XYZ 19.99 19.42 25.25 -
YUV 123.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 130 118 134 0.03 0.12 0 0.47 285 0.06 0.49
Hex 82 76 86 3 C 0 2F 11D 6 31
Octal 202 166 206 3 14 0 57 435 6 61
Binary 10000010 1110110 10000110 11 1100 0 101111 100011101 110 110001

Color Harmonies of #827686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827686

Black with #827686

Text Example


Text Example

White with #827686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827686; }

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

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

background-color css

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

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

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

border-color css

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

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

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