#716679

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

Shades of Mamba #716679

Tints of Mamba #716679

Color information

#716679 (or 0x716679) is unknown color: approx Mamba. HEX triplet: 71, 66 and 79. RGB value is (113,102,121). Sum of RGB (Red+Green+Blue) = 113+102+121=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #716679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716679 is #8E9986. Grayscale: #6B6B6B. Windows color (decimal): -9345415 or 7956081. OLE color: 7956081.

HSL color Cylindrical-coordinate representation of color #716679: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716679 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB113102121-
CMYK0.070.1600.53
HSL274.74º8.52%43.73%-
HSV(B)274.74º15.7%47.45%-
XYZ15.0114.3920.08-
YUV107.46135.64131.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=33.63%
G=30.36%
B=36.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131021210.070.1600.53274.748.5243.73
Hex71667971003511392c
Octal1611461717200654231154
Binary1110001110011011110011111000001101011000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716679; }

 p { color: rgb(113,102,121); }

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

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

 a { background-color: rgb(113,102,121); }

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

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

 span { border-color: rgb(113,102,121); }

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