#7C535D

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

Shades of Cosmic #7C535D

Tints of Cosmic #7C535D

Color information

#7C535D (or 0x7C535D) is unknown color: approx Cosmic. HEX triplet: 7C, 53 and 5D. RGB value is (124,83,93). Sum of RGB (Red+Green+Blue) = 124+83+93=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C535D is #83ACA2. Grayscale: #606060. Windows color (decimal): -8629411 or 6116220. OLE color: 6116220.

HSL color Cylindrical-coordinate representation of color #7C535D: hue angle of 345.37º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C535D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1248393-
CMYK00.330.250.51
HSL345.37º19.81%40.59%-
HSV(B)345.37º33.06%48.63%-
XYZ13.3811.2611.82-
YUV96.4126.08147.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=41.33%
G=27.67%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124839300.330.250.51345.3719.8140.59
Hex7C535D02119331591429
Octal17412313504131635312451
Binary11111001010011101110101000011100111001110101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,93); }

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

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

 a { background-color: rgb(124,83,93); }

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

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

 span { border-color: rgb(124,83,93); }

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