#7C6170

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

Shades of Cosmic #7C6170

Tints of Cosmic #7C6170

Color information

#7C6170 (or 0x7C6170) is unknown color: approx Cosmic. HEX triplet: 7C, 61 and 70. RGB value is (124,97,112). Sum of RGB (Red+Green+Blue) = 124+97+112=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6170 is #839E8F. Grayscale: #6A6A6A. Windows color (decimal): -8625808 or 7364988. OLE color: 7364988.

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

Color convert

RGB12497112-
CMYK00.220.100.51
HSL326.67º12.22%43.33%-
HSV(B)326.67º21.77%48.63%-
XYZ15.511417.21-
YUV106.78130.95140.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=37.24%
G=29.13%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249711200.220.100.51326.6712.2243.33
Hex7C6170016A33147c2b
Octal17414116002612635071453
Binary11111001100001111000001011010101100111010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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