#7B727F

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

Shades of Mamba #7B727F

Tints of Mamba #7B727F

Color information

#7B727F (or 0x7B727F) is unknown color: approx Mamba. HEX triplet: 7B, 72 and 7F. RGB value is (123,114,127). Sum of RGB (Red+Green+Blue) = 123+114+127=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B727F is #848D80. Grayscale: #767676. Windows color (decimal): -8686977 or 8352379. OLE color: 8352379.

HSL color Cylindrical-coordinate representation of color #7B727F: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B727F is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB123114127-
CMYK0.030.1000.50
HSL281.54º5.39%47.25%-
HSV(B)281.54º10.24%49.8%-
XYZ18.0217.7822.56-
YUV118.17132.98131.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 127 (50% from 255) = 34.89%
R=33.79%
G=31.32%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1231141270.030.1000.50281.545.3947.25
Hex7B727F3A03211a52f
Octal173162177312062432557
Binary1111011111001011111111110100110010100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B727F; }

 p { color: rgb(123,114,127); }

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

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

 a { background-color: rgb(123,114,127); }

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

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

 span { border-color: rgb(123,114,127); }

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