#716382

Color #716382 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #716382

Tints of Mamba #716382

Color information

#716382 (or 0x716382) is unknown color: approx Mamba. HEX triplet: 71, 63 and 82. RGB value is (113,99,130). Sum of RGB (Red+Green+Blue) = 113+99+130=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #716382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716382 is #8E9C7D. Grayscale: #6A6A6A. Windows color (decimal): -9346174 or 8545137. OLE color: 8545137.

HSL color Cylindrical-coordinate representation of color #716382: hue angle of 267.1º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716382 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11399130-
CMYK0.130.2400.49
HSL267.1º13.54%44.9%-
HSV(B)267.1º23.85%50.98%-
XYZ15.314.0523.02-
YUV106.72141.14132.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=33.04%
G=28.95%
B=38.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113991300.130.2400.49267.113.5444.9
Hex716382D1803110be2d
Octal16114320215300614131655
Binary111000111000111000001011011100001100011000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716382; }

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

 H1.HeaderClassName
 {
   color: #716382;
 }
 .AnyTagClassName
 {
   color: #716382;
 }
</style>
background-color css

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

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

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

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

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

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