#7C6070

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

Shades of Cosmic #7C6070

Tints of Cosmic #7C6070

Color information

#7C6070 (or 0x7C6070) is unknown color: approx Cosmic. HEX triplet: 7C, 60 and 70. RGB value is (124,96,112). Sum of RGB (Red+Green+Blue) = 124+96+112=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6070 is #839F8F. Grayscale: #6A6A6A. Windows color (decimal): -8626064 or 7364732. OLE color: 7364732.

HSL color Cylindrical-coordinate representation of color #7C6070: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C6070 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12496112-
CMYK00.230.100.51
HSL325.71º12.73%43.14%-
HSV(B)325.71º22.58%48.63%-
XYZ15.4213.8217.18-
YUV106.2131.28140.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=37.35%
G=28.92%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249611200.230.100.51325.7112.7343.14
Hex7C6070017A33146d2b
Octal17414016002712635061553
Binary11111001100000111000001011110101100111010001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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