#7C5C68

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

Shades of Cosmic #7C5C68

Tints of Cosmic #7C5C68

Color information

#7C5C68 (or 0x7C5C68) is unknown color: approx Cosmic. HEX triplet: 7C, 5C and 68. RGB value is (124,92,104). Sum of RGB (Red+Green+Blue) = 124+92+104=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C68 is #83A397. Grayscale: #666666. Windows color (decimal): -8627096 or 6839420. OLE color: 6839420.

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

Color convert

RGB12492104-
CMYK00.260.160.51
HSL337.5º14.81%42.35%-
HSV(B)337.5º25.81%48.63%-
XYZ14.6412.9414.82-
YUV102.94128.6143.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=38.75%
G=28.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249210400.260.160.51337.514.8142.35
Hex7C5C6801A1033152f2a
Octal17413415003220635221752
Binary111110010111001101000011010100001100111010100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,104); }

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

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

 a { background-color: rgb(124,92,104); }

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

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

 span { border-color: rgb(124,92,104); }

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