#794B5A

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

Shades of Cosmic #794B5A

Tints of Cosmic #794B5A

Color information

#794B5A (or 0x794B5A) is unknown color: approx Cosmic. HEX triplet: 79, 4B and 5A. RGB value is (121,75,90). Sum of RGB (Red+Green+Blue) = 121+75+90=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B5A is #86B4A5. Grayscale: #5A5A5A. Windows color (decimal): -8828070 or 5917561. OLE color: 5917561.

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

Color convert

RGB1217590-
CMYK00.380.260.53
HSL340.43º23.47%38.43%-
HSV(B)340.43º38.02%47.45%-
XYZ12.259.8410.93-
YUV90.46127.74149.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=42.31%
G=26.22%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121759000.380.260.53340.4323.4738.43
Hex794B5A0261A351541726
Octal17111313204632655242746
Binary11110011001011101101001001101101011010110101010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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