#706677

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

Shades of Mamba #706677

Tints of Mamba #706677

Color information

#706677 (or 0x706677) is unknown color: approx Mamba. HEX triplet: 70, 66 and 77. RGB value is (112,102,119). Sum of RGB (Red+Green+Blue) = 112+102+119=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #706677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706677 is #8F9988. Grayscale: #6A6A6A. Windows color (decimal): -9410953 or 7825008. OLE color: 7825008.

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

Color convert

RGB112102119-
CMYK0.060.1400.53
HSL275.29º7.69%43.33%-
HSV(B)275.29º14.29%46.67%-
XYZ14.7614.2819.43-
YUV106.93134.81131.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=33.63%
G=30.63%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121021190.060.1400.53275.297.6943.33
Hex7066776E03511382b
Octal1601461676160654231053
Binary111000011001101110111110111001101011000100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706677; }

 p { color: rgb(112,102,119); }

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

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

 a { background-color: rgb(112,102,119); }

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

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

 span { border-color: rgb(112,102,119); }

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