Html Css Color HEX #827C83 Mamba

📋 copy color: '#827C83'

red 130 ◦ green 124 ◦ blue 131

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

Shades of Mamba #827C83

Tints of Mamba #827C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 33.77%
G = 32.21%
B = 34.03%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827C83 (or 0x827C83) is known color: Mamba. HEX triplet: 82, 7C and 83. RGB value is (130,124,131). Sum of RGB (Red+Green+Blue) = 130+124+131=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 131 - color contains mainly: blue. Hex color #827C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C83 is #7D837C. Grayscale: #7E7E7E. Windows color (decimal): -8225661 or 8617090. OLE color: 8617090.

HSL color Cylindrical-coordinate representation of color #827C83: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827C83 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 131 -
CMYK 0.01 0.05 0 0.49
HSL 291.43º 0.03% 0.5% -
HSV(B) 291.43º 0.05% 0.51% -
XYZ 20.51 20.8 24.41 -
YUV 126.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 130 124 131 0.01 0.05 0 0.49 291.43 0.03 0.5
Hex 82 7C 83 1 5 0 31 123 3 32
Octal 202 174 203 1 5 0 61 443 3 62
Binary 10000010 1111100 10000011 1 101 0 110001 100100011 11 110010

Color Harmonies of #827C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C83

Black with #827C83

Text Example


Text Example

White with #827C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827C83; }

 p { color: rgb(130,124,131); }

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

background-color css

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

 a { background-color: rgb(130,124,131); }

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

border-color css

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

 span { border-color: rgb(130,124,131); }

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