#7C525D

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

Shades of Cosmic #7C525D

Tints of Cosmic #7C525D

Color information

#7C525D (or 0x7C525D) is unknown color: approx Cosmic. HEX triplet: 7C, 52 and 5D. RGB value is (124,82,93). Sum of RGB (Red+Green+Blue) = 124+82+93=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525D is #83ADA2. Grayscale: #5F5F5F. Windows color (decimal): -8629667 or 6115964. OLE color: 6115964.

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

Color convert

RGB1248293-
CMYK00.340.250.51
HSL344.29º20.39%40.39%-
HSV(B)344.29º33.87%48.63%-
XYZ13.3111.1111.8-
YUV95.81126.41148.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=41.47%
G=27.42%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124829300.340.250.51344.2920.3940.39
Hex7C525D02219331581428
Octal17412213504231635302450
Binary11111001010010101110101000101100111001110101100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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