#705F7E

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

Shades of Mamba #705F7E

Tints of Mamba #705F7E

Color information

#705F7E (or 0x705F7E) is unknown color: approx Mamba. HEX triplet: 70, 5F and 7E. RGB value is (112,95,126). Sum of RGB (Red+Green+Blue) = 112+95+126=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #705F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F7E is #8FA081. Grayscale: #676767. Windows color (decimal): -9412738 or 8281968. OLE color: 8281968.

HSL color Cylindrical-coordinate representation of color #705F7E: hue angle of 272.9º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705F7E is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11295126-
CMYK0.110.2500.51
HSL272.9º14.03%43.33%-
HSV(B)272.9º24.6%49.41%-
XYZ14.5413.1421.51-
YUV103.62140.63133.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=33.63%
G=28.53%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112951260.110.2500.51272.914.0343.33
Hex705F7EB19033111e2b
Octal16013717613310634211653
Binary11100001011111111111010111100101100111000100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F7E; }

 p { color: rgb(112,95,126); }

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

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

 a { background-color: rgb(112,95,126); }

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

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

 span { border-color: rgb(112,95,126); }

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