#716977

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

Shades of Mamba #716977

Tints of Mamba #716977

Color information

#716977 (or 0x716977) is unknown color: approx Mamba. HEX triplet: 71, 69 and 77. RGB value is (113,105,119). Sum of RGB (Red+Green+Blue) = 113+105+119=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #716977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716977 is #8E9688. Grayscale: #6C6C6C. Windows color (decimal): -9344649 or 7825777. OLE color: 7825777.

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

Color convert

RGB113105119-
CMYK0.050.1200.53
HSL274.29º6.25%43.92%-
HSV(B)274.29º11.76%46.67%-
XYZ15.1914.9519.54-
YUV108.99133.65130.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=33.53%
G=31.16%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131051190.050.1200.53274.296.2543.92
Hex7169775C03511262c
Octal161151167514065422654
Binary11100011101001111011110111000110101100010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716977; }

 p { color: rgb(113,105,119); }

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

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

 a { background-color: rgb(113,105,119); }

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

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

 span { border-color: rgb(113,105,119); }

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