#7C4867

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

Shades of Cosmic #7C4867

Tints of Cosmic #7C4867

Color information

#7C4867 (or 0x7C4867) is unknown color: approx Cosmic. HEX triplet: 7C, 48 and 67. RGB value is (124,72,103). Sum of RGB (Red+Green+Blue) = 124+72+103=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4867 is #83B798. Grayscale: #5B5B5B. Windows color (decimal): -8632217 or 6768764. OLE color: 6768764.

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

Color convert

RGB12472103-
CMYK00.420.170.51
HSL324.23º26.53%38.43%-
HSV(B)324.23º41.94%48.63%-
XYZ13.089.914.05-
YUV91.08134.73151.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=41.47%
G=24.08%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247210300.420.170.51324.2326.5338.43
Hex7C486702A11331441b26
Octal17411014705221635043346
Binary11111001001000110011101010101000111001110100010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,103); }

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

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

 a { background-color: rgb(124,72,103); }

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

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

 span { border-color: rgb(124,72,103); }

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