#716481

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

Shades of Mamba #716481

Tints of Mamba #716481

Color information

#716481 (or 0x716481) is unknown color: approx Mamba. HEX triplet: 71, 64 and 81. RGB value is (113,100,129). Sum of RGB (Red+Green+Blue) = 113+100+129=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #716481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716481 is #8E9B7E. Grayscale: #6B6B6B. Windows color (decimal): -9345919 or 8479857. OLE color: 8479857.

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

Color convert

RGB113100129-
CMYK0.120.2200.49
HSL266.9º12.66%44.9%-
HSV(B)266.9º22.48%50.59%-
XYZ15.3314.2122.7-
YUV107.19140.31132.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=33.04%
G=29.24%
B=37.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131001290.120.2200.49266.912.6644.9
Hex716481C1603110bd2d
Octal16114420114260614131555
Binary111000111001001000000111001011001100011000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716481; }

 p { color: rgb(113,100,129); }

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

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

 a { background-color: rgb(113,100,129); }

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

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

 span { border-color: rgb(113,100,129); }

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