Html Css Color HEX #827786 Mamba

📋 copy color: '#827786'

red 130 ◦ green 119 ◦ blue 134

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

Shades of Mamba #827786

Tints of Mamba #827786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 33.94%
G = 31.07%
B = 34.99%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827786 (or 0x827786) is known color: Mamba. HEX triplet: 82, 77 and 86. RGB value is (130,119,134). Sum of RGB (Red+Green+Blue) = 130+119+134=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #827786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827786 is #7D8879. Grayscale: #7B7B7B. Windows color (decimal): -8226938 or 8812418. OLE color: 8812418.

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

Color convert

RGB 130 119 134 -
CMYK 0.03 0.11 0 0.47
HSL 284º 0.06% 0.5% -
HSV(B) 284º 0.11% 0.53% -
XYZ 20.11 19.66 25.29 -
YUV 124 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 130 119 134 0.03 0.11 0 0.47 284 0.06 0.5
Hex 82 77 86 3 B 0 2F 11C 6 32
Octal 202 167 206 3 13 0 57 434 6 62
Binary 10000010 1110111 10000110 11 1011 0 101111 100011100 110 110010

Color Harmonies of #827786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827786

Black with #827786

Text Example


Text Example

White with #827786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827786; }

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

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

background-color css

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

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

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

border-color css

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

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

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