Html Css Color HEX #817885 Mamba

📋 copy color: '#817885'

red 129 ◦ green 120 ◦ blue 133

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

Shades of Mamba #817885

Tints of Mamba #817885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 33.77%
G = 31.41%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817885 (or 0x817885) is known color: Mamba. HEX triplet: 81, 78 and 85. RGB value is (129,120,133). Sum of RGB (Red+Green+Blue) = 129+120+133=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #817885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817885 is #7E877A. Grayscale: #7C7C7C. Windows color (decimal): -8292219 or 8747137. OLE color: 8747137.

HSL color Cylindrical-coordinate representation of color #817885: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #817885 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 120 133 -
CMYK 0.03 0.10 0 0.48
HSL 281.54º 0.05% 0.5% -
HSV(B) 281.54º 0.1% 0.52% -
XYZ 20 19.79 24.96 -
YUV 124.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 129 120 133 0.03 0.10 0 0.48 281.54 0.05 0.5
Hex 81 78 85 3 A 0 30 11A 5 32
Octal 201 170 205 3 12 0 60 432 5 62
Binary 10000001 1111000 10000101 11 1010 0 110000 100011010 101 110010

Color Harmonies of #817885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817885

Black with #817885

Text Example


Text Example

White with #817885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817885; }

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

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

background-color css

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

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

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

border-color css

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

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

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