Html Css Color HEX #83728A Mamba

📋 copy color: '#83728A'

red 131 ◦ green 114 ◦ blue 138

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

Shades of Mamba #83728A

Tints of Mamba #83728A

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 34.2%
G = 29.77%
B = 36.03%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83728A (or 0x83728A) is known color: Mamba. HEX triplet: 83, 72 and 8A. RGB value is (131,114,138). Sum of RGB (Red+Green+Blue) = 131+114+138=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #83728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83728A is #7C8D75. Grayscale: #797979. Windows color (decimal): -8162678 or 9073283. OLE color: 9073283.

HSL color Cylindrical-coordinate representation of color #83728A: hue angle of 282.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83728A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 114 138 -
CMYK 0.05 0.17 0 0.46
HSL 282.5º 0.1% 0.49% -
HSV(B) 282.5º 0.17% 0.54% -
XYZ 19.96 18.69 26.6 -
YUV 121.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 131 114 138 0.05 0.17 0 0.46 282.5 0.1 0.49
Hex 83 72 8A 5 11 0 2E 11A A 31
Octal 203 162 212 5 21 0 56 432 12 61
Binary 10000011 1110010 10001010 101 10001 0 101110 100011010 1010 110001

Color Harmonies of #83728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83728A

Black with #83728A

Text Example


Text Example

White with #83728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83728A; }

 p { color: rgb(131,114,138); }

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

background-color css

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

 a { background-color: rgb(131,114,138); }

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

border-color css

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

 span { border-color: rgb(131,114,138); }

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