#78757A

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

Shades of Mamba #78757A

Tints of Mamba #78757A

Color information

#78757A (or 0x78757A) is unknown color: approx Mamba. HEX triplet: 78, 75 and 7A. RGB value is (120,117,122). Sum of RGB (Red+Green+Blue) = 120+117+122=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 122 - color contains mainly: blue. Hex color #78757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757A is #878A85. Grayscale: #767676. Windows color (decimal): -8882822 or 8025464. OLE color: 8025464.

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

Color convert

RGB120117122-
CMYK0.020.0400.52
HSL276º2.09%46.86%-
HSV(B)276º4.1%47.84%-
XYZ17.6218.1220.98-
YUV118.47129.99129.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=33.43%
G=32.59%
B=33.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201171220.020.0400.522762.0946.86
Hex78757A2403411422f
Octal17016517224064424257
Binary11110001110101111101010100011010010001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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