#7C7083

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

Shades of Mamba #7C7083

Tints of Mamba #7C7083

Color information

#7C7083 (or 0x7C7083) is unknown color: approx Mamba. HEX triplet: 7C, 70 and 83. RGB value is (124,112,131). Sum of RGB (Red+Green+Blue) = 124+112+131=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C7083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7083 is #838F7C. Grayscale: #757575. Windows color (decimal): -8621949 or 8614012. OLE color: 8614012.

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

Color convert

RGB124112131-
CMYK0.050.1500.49
HSL277.89º7.82%47.65%-
HSV(B)277.89º14.5%51.37%-
XYZ18.217.5123.89-
YUV117.75135.48132.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=33.79%
G=30.52%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241121310.050.1500.49277.897.8247.65
Hex7C70835F031116830
Octal1741602035170614261060
Binary1111100111000010000011101111101100011000101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,131); }

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

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

 a { background-color: rgb(124,112,131); }

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

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

 span { border-color: rgb(124,112,131); }

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