Html Css Color HEX #706777 Mamba

📋 copy color: '#706777'

red 112 ◦ green 103 ◦ blue 119

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

Shades of Mamba #706777

Tints of Mamba #706777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 33.53%
G = 30.84%
B = 35.63%

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

#706777 (or 0x706777) is known color: Mamba. HEX triplet: 70, 67 and 77. RGB value is (112,103,119). Sum of RGB (Red+Green+Blue) = 112+103+119=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #706777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706777 is #8F9888. Grayscale: #6B6B6B. Windows color (decimal): -9410697 or 7825264. OLE color: 7825264.

HSL color Cylindrical-coordinate representation of color #706777: hue angle of 273.75º 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 #706777 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 103 119 -
CMYK 0.06 0.13 0 0.53
HSL 273.75º 0.07% 0.44% -
HSV(B) 273.75º 0.13% 0.47% -
XYZ 14.86 14.48 19.46 -
YUV 107.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 112 103 119 0.06 0.13 0 0.53 273.75 0.07 0.44
Hex 70 67 77 6 D 0 35 112 7 2C
Octal 160 147 167 6 15 0 65 422 7 54
Binary 1110000 1100111 1110111 110 1101 0 110101 100010010 111 101100

Color Harmonies of #706777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706777

Black with #706777

Text Example


Text Example

White with #706777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706777; }

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

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

background-color css

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

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

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

border-color css

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

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

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