Html Css Color HEX #807782 Mamba

📋 copy color: '#807782'

red 128 ◦ green 119 ◦ blue 130

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

Shades of Mamba #807782

Tints of Mamba #807782

RGB

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

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

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

R = 33.95%
G = 31.56%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807782 (or 0x807782) is known color: Mamba. HEX triplet: 80, 77 and 82. RGB value is (128,119,130). Sum of RGB (Red+Green+Blue) = 128+119+130=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 130 - color contains mainly: blue. Hex color #807782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807782 is #7F887D. Grayscale: #7A7A7A. Windows color (decimal): -8358014 or 8550272. OLE color: 8550272.

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

Color convert

RGB 128 119 130 -
CMYK 0.02 0.08 0 0.49
HSL 289.09º 0.04% 0.49% -
HSV(B) 289.09º 0.08% 0.51% -
XYZ 19.53 19.39 23.83 -
YUV 122.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 128 119 130 0.02 0.08 0 0.49 289.09 0.04 0.49
Hex 80 77 82 2 8 0 31 121 4 31
Octal 200 167 202 2 10 0 61 441 4 61
Binary 10000000 1110111 10000010 10 1000 0 110001 100100001 100 110001

Color Harmonies of #807782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807782

Black with #807782

Text Example


Text Example

White with #807782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807782; }

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

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

background-color css

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

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

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

border-color css

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

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

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