#7C5C70

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

Shades of Cosmic #7C5C70

Tints of Cosmic #7C5C70

Color information

#7C5C70 (or 0x7C5C70) is unknown color: approx Cosmic. HEX triplet: 7C, 5C and 70. RGB value is (124,92,112). Sum of RGB (Red+Green+Blue) = 124+92+112=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C70 is #83A38F. Grayscale: #676767. Windows color (decimal): -8627088 or 7363708. OLE color: 7363708.

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

Color convert

RGB12492112-
CMYK00.260.100.51
HSL322.5º14.81%42.35%-
HSV(B)322.5º25.81%48.63%-
XYZ15.0613.1117.07-
YUV103.85132.6142.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=37.80%
G=28.05%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249211200.260.100.51322.514.8142.35
Hex7C5C7001AA33142f2a
Octal17413416003212635021752
Binary11111001011100111000001101010101100111010000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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