#7C4F5A

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

Shades of Cosmic #7C4F5A

Tints of Cosmic #7C4F5A

Color information

#7C4F5A (or 0x7C4F5A) is unknown color: approx Cosmic. HEX triplet: 7C, 4F and 5A. RGB value is (124,79,90). Sum of RGB (Red+Green+Blue) = 124+79+90=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F5A is #83B0A5. Grayscale: #5D5D5D. Windows color (decimal): -8630438 or 5918588. OLE color: 5918588.

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

Color convert

RGB1247990-
CMYK00.360.270.51
HSL345.33º22.17%39.8%-
HSV(B)345.33º36.29%48.63%-
XYZ12.9510.6211.04-
YUV93.71125.91149.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=42.32%
G=26.96%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124799000.360.270.51345.3322.1739.8
Hex7C4F5A0241B331591628
Octal17411713204433635312650
Binary11111001001111101101001001001101111001110101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,90); }

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

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

 a { background-color: rgb(124,79,90); }

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

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

 span { border-color: rgb(124,79,90); }

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