#7C4765

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

Shades of Cosmic #7C4765

Tints of Cosmic #7C4765

Color information

#7C4765 (or 0x7C4765) is unknown color: approx Cosmic. HEX triplet: 7C, 47 and 65. RGB value is (124,71,101). Sum of RGB (Red+Green+Blue) = 124+71+101=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4765 is #83B89A. Grayscale: #5A5A5A. Windows color (decimal): -8632475 or 6637436. OLE color: 6637436.

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

Color convert

RGB12471101-
CMYK00.430.190.51
HSL326.04º27.18%38.24%-
HSV(B)326.04º42.74%48.63%-
XYZ12.919.7313.51-
YUV90.27134.06152.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=41.89%
G=23.99%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247110100.430.190.51326.0427.1838.24
Hex7C476502B13331461b26
Octal17410714505323635063346
Binary11111001000111110010101010111001111001110100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,101); }

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

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

 a { background-color: rgb(124,71,101); }

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

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

 span { border-color: rgb(124,71,101); }

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