#7C5264

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

Shades of Cosmic #7C5264

Tints of Cosmic #7C5264

Color information

#7C5264 (or 0x7C5264) is unknown color: approx Cosmic. HEX triplet: 7C, 52 and 64. RGB value is (124,82,100). Sum of RGB (Red+Green+Blue) = 124+82+100=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5264 is #83AD9B. Grayscale: #606060. Windows color (decimal): -8629660 or 6574716. OLE color: 6574716.

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

Color convert

RGB12482100-
CMYK00.340.190.51
HSL334.29º20.39%40.39%-
HSV(B)334.29º33.87%48.63%-
XYZ13.6311.2413.51-
YUV96.61129.91147.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=40.52%
G=26.80%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248210000.340.190.51334.2920.3940.39
Hex7C5264022133314e1428
Octal17412214404223635162450
Binary11111001010010110010001000101001111001110100111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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