#78767A

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

Shades of Mamba #78767A

Tints of Mamba #78767A

Color information

#78767A (or 0x78767A) is unknown color: approx Mamba. HEX triplet: 78, 76 and 7A. RGB value is (120,118,122). Sum of RGB (Red+Green+Blue) = 120+118+122=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 122 - color contains mainly: blue. Hex color #78767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767A is #878985. Grayscale: #777777. Windows color (decimal): -8882566 or 8025720. OLE color: 8025720.

HSL color Cylindrical-coordinate representation of color #78767A: hue angle of 270º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #78767A is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB120118122-
CMYK0.020.0300.52
HSL270º1.67%47.06%-
HSV(B)270º3.28%47.84%-
XYZ17.7418.3621.02-
YUV119.05129.66128.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=33.33%
G=32.78%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201181220.020.0300.522701.6747.06
Hex78767A2303410e22f
Octal17016617223064416257
Binary1111000111011011110101011011010010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78767A; }

 p { color: rgb(120,118,122); }

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

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

 a { background-color: rgb(120,118,122); }

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

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

 span { border-color: rgb(120,118,122); }

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