#794C5A

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

Shades of Cosmic #794C5A

Tints of Cosmic #794C5A

Color information

#794C5A (or 0x794C5A) is unknown color: approx Cosmic. HEX triplet: 79, 4C and 5A. RGB value is (121,76,90). Sum of RGB (Red+Green+Blue) = 121+76+90=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C5A is #86B3A5. Grayscale: #5B5B5B. Windows color (decimal): -8827814 or 5917817. OLE color: 5917817.

HSL color Cylindrical-coordinate representation of color #794C5A: hue angle of 341.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 #794C5A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1217690-
CMYK00.370.260.53
HSL341.33º22.84%38.63%-
HSV(B)341.33º37.19%47.45%-
XYZ12.329.9710.95-
YUV91.05127.41149.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=42.16%
G=26.48%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121769000.370.260.53341.3322.8438.63
Hex794C5A0251A351551727
Octal17111413204532655252747
Binary11110011001100101101001001011101011010110101010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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