#706975

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

Shades of Mamba #706975

Tints of Mamba #706975

Color information

#706975 (or 0x706975) is unknown color: approx Mamba. HEX triplet: 70, 69 and 75. RGB value is (112,105,117). Sum of RGB (Red+Green+Blue) = 112+105+117=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #706975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706975 is #8F968A. Grayscale: #6C6C6C. Windows color (decimal): -9410187 or 7694704. OLE color: 7694704.

HSL color Cylindrical-coordinate representation of color #706975: hue angle of 275º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706975 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112105117-
CMYK0.040.1000.54
HSL275º5.41%43.53%-
HSV(B)275º10.26%45.88%-
XYZ14.9414.8318.9-
YUV108.46132.82130.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=33.53%
G=31.44%
B=35.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121051170.040.1000.542755.4143.53
Hex7069754A03611352c
Octal160151165412066423554
Binary11100001101001111010110010100110110100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706975; }

 p { color: rgb(112,105,117); }

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

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

 a { background-color: rgb(112,105,117); }

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

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

 span { border-color: rgb(112,105,117); }

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