Html Css Color HEX #706877 Mamba

📋 copy color: '#706877'

red 112 ◦ green 104 ◦ blue 119

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

Shades of Mamba #706877

Tints of Mamba #706877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 33.43%
G = 31.04%
B = 35.52%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706877 (or 0x706877) is known color: Mamba. HEX triplet: 70, 68 and 77. RGB value is (112,104,119). Sum of RGB (Red+Green+Blue) = 112+104+119=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #706877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706877 is #8F9788. Grayscale: #6C6C6C. Windows color (decimal): -9410441 or 7825520. OLE color: 7825520.

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

Color convert

RGB 112 104 119 -
CMYK 0.06 0.13 0 0.53
HSL 272º 0.07% 0.44% -
HSV(B) 272º 0.13% 0.47% -
XYZ 14.96 14.68 19.5 -
YUV 108.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 112 104 119 0.06 0.13 0 0.53 272 0.07 0.44
Hex 70 68 77 6 D 0 35 110 7 2C
Octal 160 150 167 6 15 0 65 420 7 54
Binary 1110000 1101000 1110111 110 1101 0 110101 100010000 111 101100

Color Harmonies of #706877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706877

Black with #706877

Text Example


Text Example

White with #706877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706877; }

 p { color: rgb(112,104,119); }

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

background-color css

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

 a { background-color: rgb(112,104,119); }

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

border-color css

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

 span { border-color: rgb(112,104,119); }

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