#7B737D

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

Shades of Mamba #7B737D

Tints of Mamba #7B737D

Color information

#7B737D (or 0x7B737D) is unknown color: approx Mamba. HEX triplet: 7B, 73 and 7D. RGB value is (123,115,125). Sum of RGB (Red+Green+Blue) = 123+115+125=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B737D is #848C82. Grayscale: #767676. Windows color (decimal): -8686723 or 8221563. OLE color: 8221563.

HSL color Cylindrical-coordinate representation of color #7B737D: hue angle of 288º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B737D is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB123115125-
CMYK0.020.0800.51
HSL288º4.17%47.06%-
HSV(B)288º8%49.02%-
XYZ1817.9521.92-
YUV118.53131.65131.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=33.88%
G=31.68%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1231151250.020.0800.512884.1747.06
Hex7B737D2803312042f
Octal173163175210063440457
Binary1111011111001111111011010000110011100100000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,115,125); }

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

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

 a { background-color: rgb(123,115,125); }

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

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

 span { border-color: rgb(123,115,125); }

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