#794F5D

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

Shades of Cosmic #794F5D

Tints of Cosmic #794F5D

Color information

#794F5D (or 0x794F5D) is unknown color: approx Cosmic. HEX triplet: 79, 4F and 5D. RGB value is (121,79,93). Sum of RGB (Red+Green+Blue) = 121+79+93=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #794F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F5D is #86B0A2. Grayscale: #5D5D5D. Windows color (decimal): -8827043 or 6115193. OLE color: 6115193.

HSL color Cylindrical-coordinate representation of color #794F5D: hue angle of 340º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F5D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1217993-
CMYK00.350.230.53
HSL340º21%39.22%-
HSV(B)340º34.71%47.45%-
XYZ12.6610.4511.71-
YUV93.15127.91147.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=41.30%
G=26.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121799300.350.230.533402139.22
Hex794F5D02317351541527
Octal17111713504327655242547
Binary11110011001111101110101000111011111010110101010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F5D; }

 p { color: rgb(121,79,93); }

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

<style>
 a { background-color: #794F5D; }

 a { background-color: rgb(121,79,93); }

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

<style>
 span { border-color: #794F5D; }

 span { border-color: rgb(121,79,93); }

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