#7C6985

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

Shades of Mamba #7C6985

Tints of Mamba #7C6985

Color information

#7C6985 (or 0x7C6985) is unknown color: approx Mamba. HEX triplet: 7C, 69 and 85. RGB value is (124,105,133). Sum of RGB (Red+Green+Blue) = 124+105+133=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6985 is #83967A. Grayscale: #717171. Windows color (decimal): -8623739 or 8743292. OLE color: 8743292.

HSL color Cylindrical-coordinate representation of color #7C6985: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6985 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB124105133-
CMYK0.070.2100.48
HSL280.71º11.76%46.67%-
HSV(B)280.71º21.05%52.16%-
XYZ17.616.0824.37-
YUV113.87138.79135.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=34.25%
G=29.01%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241051330.070.2100.48280.7111.7646.67
Hex7C6985715030119c2f
Octal1741512057250604311457
Binary11111001101001100001011111010101100001000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,133); }

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

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

 a { background-color: rgb(124,105,133); }

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

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

 span { border-color: rgb(124,105,133); }

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