Html Css Color HEX #82718A Mamba

📋 copy color: '#82718A'

red 130 ◦ green 113 ◦ blue 138

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

Shades of Mamba #82718A

Tints of Mamba #82718A

RGB

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

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

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

R = 34.12%
G = 29.66%
B = 36.22%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82718A (or 0x82718A) is known color: Mamba. HEX triplet: 82, 71 and 8A. RGB value is (130,113,138). Sum of RGB (Red+Green+Blue) = 130+113+138=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #82718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82718A is #7D8E75. Grayscale: #787878. Windows color (decimal): -8228470 or 9073026. OLE color: 9073026.

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

Color convert

RGB 130 113 138 -
CMYK 0.06 0.18 0 0.46
HSL 280.8º 0.1% 0.49% -
HSV(B) 280.8º 0.18% 0.54% -
XYZ 19.7 18.39 26.56 -
YUV 120.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 130 113 138 0.06 0.18 0 0.46 280.8 0.1 0.49
Hex 82 71 8A 6 12 0 2E 119 A 31
Octal 202 161 212 6 22 0 56 431 12 61
Binary 10000010 1110001 10001010 110 10010 0 101110 100011001 1010 110001

Color Harmonies of #82718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82718A

Black with #82718A

Text Example


Text Example

White with #82718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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