#7C4157

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

Shades of Cosmic #7C4157

Tints of Cosmic #7C4157

Color information

#7C4157 (or 0x7C4157) is unknown color: approx Cosmic. HEX triplet: 7C, 41 and 57. RGB value is (124,65,87). Sum of RGB (Red+Green+Blue) = 124+65+87=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4157 is #83BEA8. Grayscale: #555555. Windows color (decimal): -8634025 or 5718396. OLE color: 5718396.

HSL color Cylindrical-coordinate representation of color #7C4157: hue angle of 337.63º degrees, saturation: 0.31, 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 #7C4157 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1246587-
CMYK00.480.300.51
HSL337.63º31.22%37.06%-
HSV(B)337.63º47.58%48.63%-
XYZ11.928.7510.08-
YUV85.15129.05155.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=44.93%
G=23.55%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124658700.480.300.51337.6331.2237.06
Hex7C41570301E331521f25
Octal17410112706036635223745
Binary11111001000001101011101100001111011001110101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,87); }

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

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

 a { background-color: rgb(124,65,87); }

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

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

 span { border-color: rgb(124,65,87); }

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