#794C5D

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

Shades of Cosmic #794C5D

Tints of Cosmic #794C5D

Color information

#794C5D (or 0x794C5D) is unknown color: approx Cosmic. HEX triplet: 79, 4C and 5D. RGB value is (121,76,93). Sum of RGB (Red+Green+Blue) = 121+76+93=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C5D is #86B3A2. Grayscale: #5B5B5B. Windows color (decimal): -8827811 or 6114425. OLE color: 6114425.

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

Color convert

RGB1217693-
CMYK00.370.230.53
HSL337.33º22.84%38.63%-
HSV(B)337.33º37.19%47.45%-
XYZ12.4510.0211.63-
YUV91.39128.91149.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=41.72%
G=26.21%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121769300.370.230.53337.3322.8438.63
Hex794C5D02517351511727
Octal17111413504527655212747
Binary11110011001100101110101001011011111010110101000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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