#7C525B

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

Shades of Cosmic #7C525B

Tints of Cosmic #7C525B

Color information

#7C525B (or 0x7C525B) is unknown color: approx Cosmic. HEX triplet: 7C, 52 and 5B. RGB value is (124,82,91). Sum of RGB (Red+Green+Blue) = 124+82+91=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525B is #83ADA4. Grayscale: #5F5F5F. Windows color (decimal): -8629669 or 5984892. OLE color: 5984892.

HSL color Cylindrical-coordinate representation of color #7C525B: hue angle of 347.14º 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 #7C525B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1248291-
CMYK00.340.270.51
HSL347.14º20.39%40.39%-
HSV(B)347.14º33.87%48.63%-
XYZ13.2211.0811.34-
YUV95.58125.41148.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=41.75%
G=27.61%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124829100.340.270.51347.1420.3940.39
Hex7C525B0221B3315b1428
Octal17412213304233635332450
Binary11111001010010101101101000101101111001110101101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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