Html Css Color HEX #817585 Mamba

📋 copy color: '#817585'

red 129 ◦ green 117 ◦ blue 133

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

Shades of Mamba #817585

Tints of Mamba #817585

RGB

 RED value IS 129 (50.78% from 255) = 34.04%

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

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

R = 34.04%
G = 30.87%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817585 (or 0x817585) is known color: Mamba. HEX triplet: 81, 75 and 85. RGB value is (129,117,133). Sum of RGB (Red+Green+Blue) = 129+117+133=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 117 (46.09% from 255 or 30.87% 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 #817585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817585 is #7E8A7A. Grayscale: #7A7A7A. Windows color (decimal): -8292987 or 8746369. OLE color: 8746369.

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

Color convert

RGB 129 117 133 -
CMYK 0.03 0.12 0 0.48
HSL 285º 0.06% 0.49% -
HSV(B) 285º 0.12% 0.52% -
XYZ 19.65 19.08 24.84 -
YUV 122.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 129 117 133 0.03 0.12 0 0.48 285 0.06 0.49
Hex 81 75 85 3 C 0 30 11D 6 31
Octal 201 165 205 3 14 0 60 435 6 61
Binary 10000001 1110101 10000101 11 1100 0 110000 100011101 110 110001

Color Harmonies of #817585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817585

Black with #817585

Text Example


Text Example

White with #817585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817585; }

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

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

background-color css

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

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

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

border-color css

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

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

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