Html Css Color HEX #807585 Mamba

📋 copy color: '#807585'

red 128 ◦ green 117 ◦ blue 133

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

Shades of Mamba #807585

Tints of Mamba #807585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 33.86%
G = 30.95%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#807585 (or 0x807585) is known color: Mamba. HEX triplet: 80, 75 and 85. RGB value is (128,117,133). Sum of RGB (Red+Green+Blue) = 128+117+133=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #807585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807585 is #7F8A7A. Grayscale: #7A7A7A. Windows color (decimal): -8358523 or 8746368. OLE color: 8746368.

HSL color Cylindrical-coordinate representation of color #807585: hue angle of 281.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807585 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 117 133 -
CMYK 0.04 0.12 0 0.48
HSL 281.25º 0.06% 0.49% -
HSV(B) 281.25º 0.12% 0.52% -
XYZ 19.5 19.01 24.83 -
YUV 122.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 128 117 133 0.04 0.12 0 0.48 281.25 0.06 0.49
Hex 80 75 85 4 C 0 30 119 6 31
Octal 200 165 205 4 14 0 60 431 6 61
Binary 10000000 1110101 10000101 100 1100 0 110000 100011001 110 110001

Color Harmonies of #807585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807585

Black with #807585

Text Example


Text Example

White with #807585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807585; }

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

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

background-color css

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

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

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

border-color css

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

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

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