#7C455A

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

Shades of Cosmic #7C455A

Tints of Cosmic #7C455A

Color information

#7C455A (or 0x7C455A) is unknown color: approx Cosmic. HEX triplet: 7C, 45 and 5A. RGB value is (124,69,90). Sum of RGB (Red+Green+Blue) = 124+69+90=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C455A is #83BAA5. Grayscale: #575757. Windows color (decimal): -8632998 or 5916028. OLE color: 5916028.

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

Color convert

RGB1246990-
CMYK00.440.270.51
HSL337.09º28.5%37.84%-
HSV(B)337.09º44.35%48.63%-
XYZ12.299.2810.82-
YUV87.84129.22153.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=43.82%
G=24.38%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124699000.440.270.51337.0928.537.84
Hex7C455A02C1B331511c26
Octal17410513205433635213446
Binary11111001000101101101001011001101111001110101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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