Html Css Color HEX #817384 Mamba

📋 copy color: '#817384'

red 129 ◦ green 115 ◦ blue 132

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

Shades of Mamba #817384

Tints of Mamba #817384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 34.31%
G = 30.59%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817384 (or 0x817384) is known color: Mamba. HEX triplet: 81, 73 and 84. RGB value is (129,115,132). Sum of RGB (Red+Green+Blue) = 129+115+132=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #817384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817384 is #7E8C7B. Grayscale: #797979. Windows color (decimal): -8293500 or 8680321. OLE color: 8680321.

HSL color Cylindrical-coordinate representation of color #817384: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817384 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 115 132 -
CMYK 0.02 0.13 0 0.48
HSL 289.41º 0.07% 0.48% -
HSV(B) 289.41º 0.13% 0.52% -
XYZ 19.35 18.59 24.4 -
YUV 121.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 129 115 132 0.02 0.13 0 0.48 289.41 0.07 0.48
Hex 81 73 84 2 D 0 30 121 7 30
Octal 201 163 204 2 15 0 60 441 7 60
Binary 10000001 1110011 10000100 10 1101 0 110000 100100001 111 110000

Color Harmonies of #817384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817384

Black with #817384

Text Example


Text Example

White with #817384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817384; }

 p { color: rgb(129,115,132); }

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

background-color css

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

 a { background-color: rgb(129,115,132); }

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

border-color css

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

 span { border-color: rgb(129,115,132); }

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