#7C5B6F

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

Shades of Cosmic #7C5B6F

Tints of Cosmic #7C5B6F

Color information

#7C5B6F (or 0x7C5B6F) is unknown color: approx Cosmic. HEX triplet: 7C, 5B and 6F. RGB value is (124,91,111). Sum of RGB (Red+Green+Blue) = 124+91+111=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B6F is #83A490. Grayscale: #676767. Windows color (decimal): -8627345 or 7297916. OLE color: 7297916.

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

Color convert

RGB12491111-
CMYK00.270.100.51
HSL323.64º15.35%42.16%-
HSV(B)323.64º26.61%48.63%-
XYZ14.9212.9116.75-
YUV103.15132.43142.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=38.04%
G=27.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249111100.270.100.51323.6415.3542.16
Hex7C5B6F01BA33144f2a
Octal17413315703312635041752
Binary11111001011011110111101101110101100111010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,111); }

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

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

 a { background-color: rgb(124,91,111); }

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

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

 span { border-color: rgb(124,91,111); }

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