Html Css Color HEX #807682 Mamba

📋 copy color: '#807682'

red 128 ◦ green 118 ◦ blue 130

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

Shades of Mamba #807682

Tints of Mamba #807682

RGB

 RED value IS 128 (50.39% from 255) = 34.04%

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 34.04%
G = 31.38%
B = 34.57%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807682 (or 0x807682) is known color: Mamba. HEX triplet: 80, 76 and 82. RGB value is (128,118,130). Sum of RGB (Red+Green+Blue) = 128+118+130=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: blue. Hex color #807682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807682 is #7F897D. Grayscale: #7A7A7A. Windows color (decimal): -8358270 or 8550016. OLE color: 8550016.

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

Color convert

RGB 128 118 130 -
CMYK 0.02 0.09 0 0.49
HSL 290º 0.05% 0.49% -
HSV(B) 290º 0.09% 0.51% -
XYZ 19.41 19.16 23.79 -
YUV 122.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 128 118 130 0.02 0.09 0 0.49 290 0.05 0.49
Hex 80 76 82 2 9 0 31 122 5 31
Octal 200 166 202 2 11 0 61 442 5 61
Binary 10000000 1110110 10000010 10 1001 0 110001 100100010 101 110001

Color Harmonies of #807682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807682

Black with #807682

Text Example


Text Example

White with #807682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807682; }

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

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

background-color css

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

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

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

border-color css

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

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

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