Html Css Color HEX #827785 Mamba

📋 copy color: '#827785'

red 130 ◦ green 119 ◦ blue 133

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

Shades of Mamba #827785

Tints of Mamba #827785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 34.03%
G = 31.15%
B = 34.82%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827785 (or 0x827785) is known color: Mamba. HEX triplet: 82, 77 and 85. RGB value is (130,119,133). Sum of RGB (Red+Green+Blue) = 130+119+133=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #827785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827785 is #7D887A. Grayscale: #7B7B7B. Windows color (decimal): -8226939 or 8746882. OLE color: 8746882.

HSL color Cylindrical-coordinate representation of color #827785: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827785 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 119 133 -
CMYK 0.02 0.11 0 0.48
HSL 287.14º 0.06% 0.49% -
HSV(B) 287.14º 0.11% 0.52% -
XYZ 20.04 19.63 24.92 -
YUV 123.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 130 119 133 0.02 0.11 0 0.48 287.14 0.06 0.49
Hex 82 77 85 2 B 0 30 11F 6 31
Octal 202 167 205 2 13 0 60 437 6 61
Binary 10000010 1110111 10000101 10 1011 0 110000 100011111 110 110001

Color Harmonies of #827785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827785

Black with #827785

Text Example


Text Example

White with #827785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827785; }

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

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

background-color css

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

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

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

border-color css

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

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

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