Html Css Color HEX #706975 Mamba

📋 copy color: '#706975'

red 112 ◦ green 105 ◦ blue 117

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

Shades of Mamba #706975

Tints of Mamba #706975

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 value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706975 (or 0x706975) is known color: 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

RGB 112 105 117 -
CMYK 0.04 0.10 0 0.54
HSL 275º 0.05% 0.44% -
HSV(B) 275º 0.1% 0.46% -
XYZ 14.94 14.83 18.9 -
YUV 108.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 112 105 117 0.04 0.10 0 0.54 275 0.05 0.44
Hex 70 69 75 4 A 0 36 113 5 2C
Octal 160 151 165 4 12 0 66 423 5 54
Binary 1110000 1101001 1110101 100 1010 0 110110 100010011 101 101100

Color Harmonies of #706975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706975

Black with #706975

Text Example


Text Example

White with #706975

Text Example


Text Example

HTML Codes & Css Web 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>