#78707B

Color #78707B Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #78707B

Tints of Mamba #78707B

Color information

#78707B (or 0x78707B) is unknown color: approx Mamba. HEX triplet: 78, 70 and 7B. RGB value is (120,112,123). Sum of RGB (Red+Green+Blue) = 120+112+123=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #78707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78707B is #878F84. Grayscale: #737373. Windows color (decimal): -8884101 or 8089720. OLE color: 8089720.

HSL color Cylindrical-coordinate representation of color #78707B: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78707B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB120112123-
CMYK0.020.0900.52
HSL283.64º4.68%46.08%-
HSV(B)283.64º8.94%48.24%-
XYZ17.1217.0121.12-
YUV115.65132.15131.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=33.80%
G=31.55%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201121230.020.0900.52283.644.6846.08
Hex78707B2903411c52e
Octal170160173211064434556
Binary1111000111000011110111010010110100100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78707B; }

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

 H1.HeaderClassName
 {
   color: #78707B;
 }
 .AnyTagClassName
 {
   color: #78707B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #78707B;
 }
 .BgClassName
 {
   background-color: #78707B;
 }
</style>
border-color css

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

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

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