Html Css Color HEX #705F80 Mamba

📋 copy color: '#705F80'

red 112 ◦ green 95 ◦ blue 128

#705F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #705F80

Tints of Mamba #705F80

RGB

 RED value IS 112 (44.14% from 255) = 33.43%

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 33.43%
G = 28.36%
B = 38.21%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705F80 (or 0x705F80) is known color: Mamba. HEX triplet: 70, 5F and 80. RGB value is (112,95,128). Sum of RGB (Red+Green+Blue) = 112+95+128=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #705F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F80 is #8FA07F. Grayscale: #676767. Windows color (decimal): -9412736 or 8413040. OLE color: 8413040.

HSL color Cylindrical-coordinate representation of color #705F80: hue angle of 270.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705F80 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 95 128 -
CMYK 0.12 0.26 0 0.50
HSL 270.91º 0.15% 0.44% -
HSV(B) 270.91º 0.26% 0.5% -
XYZ 14.67 13.19 22.19 -
YUV 103.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 112 95 128 0.12 0.26 0 0.50 270.91 0.15 0.44
Hex 70 5F 80 C 1A 0 32 10F F 2C
Octal 160 137 200 14 32 0 62 417 17 54
Binary 1110000 1011111 10000000 1100 11010 0 110010 100001111 1111 101100

Color Harmonies of #705F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F80

Black with #705F80

Text Example


Text Example

White with #705F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705F80;
 }
 .AnyTagClassName
 {
   color: #705F80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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