Html Css Color HEX #807683 Mamba

📋 copy color: '#807683'

red 128 ◦ green 118 ◦ blue 131

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

Shades of Mamba #807683

Tints of Mamba #807683

RGB

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

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

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

R = 33.95%
G = 31.3%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807683 (or 0x807683) is known color: Mamba. HEX triplet: 80, 76 and 83. RGB value is (128,118,131). Sum of RGB (Red+Green+Blue) = 128+118+131=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 131 - color contains mainly: blue. Hex color #807683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807683 is #7F897C. Grayscale: #7A7A7A. Windows color (decimal): -8358269 or 8615552. OLE color: 8615552.

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

Color convert

RGB 128 118 131 -
CMYK 0.02 0.10 0 0.49
HSL 286.15º 0.05% 0.49% -
HSV(B) 286.15º 0.1% 0.51% -
XYZ 19.48 19.18 24.15 -
YUV 122.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 128 118 131 0.02 0.10 0 0.49 286.15 0.05 0.49
Hex 80 76 83 2 A 0 31 11E 5 31
Octal 200 166 203 2 12 0 61 436 5 61
Binary 10000000 1110110 10000011 10 1010 0 110001 100011110 101 110001

Color Harmonies of #807683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807683

Black with #807683

Text Example


Text Example

White with #807683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807683; }

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

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

background-color css

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

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

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

border-color css

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

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

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