#7C4062

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

Shades of Cosmic #7C4062

Tints of Cosmic #7C4062

Color information

#7C4062 (or 0x7C4062) is unknown color: approx Cosmic. HEX triplet: 7C, 40 and 62. RGB value is (124,64,98). Sum of RGB (Red+Green+Blue) = 124+64+98=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4062 is #83BF9D. Grayscale: #555555. Windows color (decimal): -8634270 or 6439036. OLE color: 6439036.

HSL color Cylindrical-coordinate representation of color #7C4062: hue angle of 326º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4062 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB1246498-
CMYK00.480.210.51
HSL326º31.91%36.86%-
HSV(B)326º48.39%48.63%-
XYZ12.358.8312.61-
YUV85.82134.88155.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=43.36%
G=22.38%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124649800.480.210.5132631.9136.86
Hex7C406203015331462025
Octal17410014206025635064045
Binary111110010000001100010011000010101110011101000110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,64,98); }

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

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

 a { background-color: rgb(124,64,98); }

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

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

 span { border-color: rgb(124,64,98); }

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