Html Css Color HEX #706678 Mamba

📋 copy color: '#706678'

red 112 ◦ green 102 ◦ blue 120

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

Shades of Mamba #706678

Tints of Mamba #706678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 33.53%
G = 30.54%
B = 35.93%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706678 (or 0x706678) is known color: Mamba. HEX triplet: 70, 66 and 78. RGB value is (112,102,120). Sum of RGB (Red+Green+Blue) = 112+102+120=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #706678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706678 is #8F9987. Grayscale: #6A6A6A. Windows color (decimal): -9410952 or 7890544. OLE color: 7890544.

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

Color convert

RGB 112 102 120 -
CMYK 0.07 0.15 0 0.53
HSL 273.33º 0.08% 0.44% -
HSV(B) 273.33º 0.15% 0.47% -
XYZ 14.82 14.3 19.75 -
YUV 107.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 112 102 120 0.07 0.15 0 0.53 273.33 0.08 0.44
Hex 70 66 78 7 F 0 35 111 8 2C
Octal 160 146 170 7 17 0 65 421 10 54
Binary 1110000 1100110 1111000 111 1111 0 110101 100010001 1000 101100

Color Harmonies of #706678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706678

Black with #706678

Text Example


Text Example

White with #706678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706678; }

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

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

background-color css

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

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

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

border-color css

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

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

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