Html Css Color HEX #817284 Mamba

📋 copy color: '#817284'

red 129 ◦ green 114 ◦ blue 132

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

Shades of Mamba #817284

Tints of Mamba #817284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 34.4%
G = 30.4%
B = 35.2%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#817284 (or 0x817284) is known color: Mamba. HEX triplet: 81, 72 and 84. RGB value is (129,114,132). Sum of RGB (Red+Green+Blue) = 129+114+132=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #817284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817284 is #7E8D7B. Grayscale: #787878. Windows color (decimal): -8293756 or 8680065. OLE color: 8680065.

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

Color convert

RGB 129 114 132 -
CMYK 0.02 0.14 0 0.48
HSL 290º 0.07% 0.48% -
HSV(B) 290º 0.14% 0.52% -
XYZ 19.24 18.37 24.36 -
YUV 120.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 129 114 132 0.02 0.14 0 0.48 290 0.07 0.48
Hex 81 72 84 2 E 0 30 122 7 30
Octal 201 162 204 2 16 0 60 442 7 60
Binary 10000001 1110010 10000100 10 1110 0 110000 100100010 111 110000

Color Harmonies of #817284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817284

Black with #817284

Text Example


Text Example

White with #817284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817284; }

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

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

background-color css

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

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

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

border-color css

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

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

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