Html Css Color HEX #82718B Mamba

📋 copy color: '#82718B'

red 130 ◦ green 113 ◦ blue 139

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

Shades of Mamba #82718B

Tints of Mamba #82718B

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 34.03%
G = 29.58%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82718B (or 0x82718B) is known color: Mamba. HEX triplet: 82, 71 and 8B. RGB value is (130,113,139). Sum of RGB (Red+Green+Blue) = 130+113+139=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #82718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82718B is #7D8E74. Grayscale: #787878. Windows color (decimal): -8228469 or 9138562. OLE color: 9138562.

HSL color Cylindrical-coordinate representation of color #82718B: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82718B is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 113 139 -
CMYK 0.06 0.19 0 0.45
HSL 279.23º 0.1% 0.49% -
HSV(B) 279.23º 0.19% 0.55% -
XYZ 19.77 18.42 26.94 -
YUV 121.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 130 113 139 0.06 0.19 0 0.45 279.23 0.1 0.49
Hex 82 71 8B 6 13 0 2D 117 A 31
Octal 202 161 213 6 23 0 55 427 12 61
Binary 10000010 1110001 10001011 110 10011 0 101101 100010111 1010 110001

Color Harmonies of #82718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82718B

Black with #82718B

Text Example


Text Example

White with #82718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82718B; }

 p { color: rgb(130,113,139); }

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

background-color css

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

 a { background-color: rgb(130,113,139); }

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

border-color css

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

 span { border-color: rgb(130,113,139); }

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