Html Css Color HEX #807685 Mamba

📋 copy color: '#807685'

red 128 ◦ green 118 ◦ blue 133

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

Shades of Mamba #807685

Tints of Mamba #807685

RGB

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

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

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

R = 33.77%
G = 31.13%
B = 35.09%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#807685 (or 0x807685) is known color: Mamba. HEX triplet: 80, 76 and 85. RGB value is (128,118,133). Sum of RGB (Red+Green+Blue) = 128+118+133=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #807685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807685 is #7F897A. Grayscale: #7A7A7A. Windows color (decimal): -8358267 or 8746624. OLE color: 8746624.

HSL color Cylindrical-coordinate representation of color #807685: hue angle of 280º 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 #807685 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 118 133 -
CMYK 0.04 0.11 0 0.48
HSL 280º 0.06% 0.49% -
HSV(B) 280º 0.11% 0.52% -
XYZ 19.61 19.24 24.87 -
YUV 122.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 128 118 133 0.04 0.11 0 0.48 280 0.06 0.49
Hex 80 76 85 4 B 0 30 118 6 31
Octal 200 166 205 4 13 0 60 430 6 61
Binary 10000000 1110110 10000101 100 1011 0 110000 100011000 110 110001

Color Harmonies of #807685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807685

Black with #807685

Text Example


Text Example

White with #807685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807685; }

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

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

background-color css

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

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

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

border-color css

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

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

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