#794D64

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

Shades of Cosmic #794D64

Tints of Cosmic #794D64

Color information

#794D64 (or 0x794D64) is unknown color: approx Cosmic. HEX triplet: 79, 4D and 64. RGB value is (121,77,100). Sum of RGB (Red+Green+Blue) = 121+77+100=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #794D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D64 is #86B29B. Grayscale: #5C5C5C. Windows color (decimal): -8827548 or 6573433. OLE color: 6573433.

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

Color convert

RGB12177100-
CMYK00.360.170.53
HSL328.64º22.22%38.82%-
HSV(B)328.64º36.36%47.45%-
XYZ12.8410.2913.37-
YUV92.78132.08148.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=40.60%
G=25.84%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217710000.360.170.53328.6422.2238.82
Hex794D6402411351491627
Octal17111514404421655112647
Binary11110011001101110010001001001000111010110100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,77,100); }

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

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

 a { background-color: rgb(121,77,100); }

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

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

 span { border-color: rgb(121,77,100); }

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