#716678

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

Shades of Mamba #716678

Tints of Mamba #716678

Color information

#716678 (or 0x716678) is unknown color: approx Mamba. HEX triplet: 71, 66 and 78. RGB value is (113,102,120). Sum of RGB (Red+Green+Blue) = 113+102+120=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #716678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716678 is #8E9987. Grayscale: #6B6B6B. Windows color (decimal): -9345416 or 7890545. OLE color: 7890545.

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

Color convert

RGB113102120-
CMYK0.060.1500.53
HSL276.67º8.11%43.53%-
HSV(B)276.67º15%47.06%-
XYZ14.9514.3719.75-
YUV107.34135.14132.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=33.73%
G=30.45%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131021200.060.1500.53276.678.1143.53
Hex7166786F03511582c
Octal1611461706170654251054
Binary111000111001101111000110111101101011000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716678; }

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

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

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

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

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

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

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

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