#767278

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

Shades of Mamba #767278

Tints of Mamba #767278

Color information

#767278 (or 0x767278) is unknown color: approx Mamba. HEX triplet: 76, 72 and 78. RGB value is (118,114,120). Sum of RGB (Red+Green+Blue) = 118+114+120=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #767278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767278 is #898D87. Grayscale: #737373. Windows color (decimal): -9014664 or 7893622. OLE color: 7893622.

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

Color convert

RGB118114120-
CMYK0.020.0500.53
HSL280º2.56%45.88%-
HSV(B)280º5%47.06%-
XYZ16.8817.2420.21-
YUV115.88130.33129.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=33.52%
G=32.39%
B=34.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181141200.020.0500.532802.5645.88
Hex7672782503511832e
Octal16616217025065430356
Binary11101101110010111100010101011010110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767278; }

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

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

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

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

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

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

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

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