Html Css Color HEX #706578 Mamba

📋 copy color: '#706578'

red 112 ◦ green 101 ◦ blue 120

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

Shades of Mamba #706578

Tints of Mamba #706578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 33.63%
G = 30.33%
B = 36.04%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706578 (or 0x706578) is known color: Mamba. HEX triplet: 70, 65 and 78. RGB value is (112,101,120). Sum of RGB (Red+Green+Blue) = 112+101+120=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #706578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706578 is #8F9A87. Grayscale: #6A6A6A. Windows color (decimal): -9411208 or 7890288. OLE color: 7890288.

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

Color convert

RGB 112 101 120 -
CMYK 0.07 0.16 0 0.53
HSL 274.74º 0.09% 0.43% -
HSV(B) 274.74º 0.16% 0.47% -
XYZ 14.73 14.11 19.72 -
YUV 106.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 112 101 120 0.07 0.16 0 0.53 274.74 0.09 0.43
Hex 70 65 78 7 10 0 35 113 9 2B
Octal 160 145 170 7 20 0 65 423 11 53
Binary 1110000 1100101 1111000 111 10000 0 110101 100010011 1001 101011

Color Harmonies of #706578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706578

Black with #706578

Text Example


Text Example

White with #706578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706578; }

 p { color: rgb(112,101,120); }

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

background-color css

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

 a { background-color: rgb(112,101,120); }

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

border-color css

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

 span { border-color: rgb(112,101,120); }

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