#795A64

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

Shades of Cosmic #795A64

Tints of Cosmic #795A64

Color information

#795A64 (or 0x795A64) is unknown color: approx Cosmic. HEX triplet: 79, 5A and 64. RGB value is (121,90,100). Sum of RGB (Red+Green+Blue) = 121+90+100=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #795A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A64 is #86A59B. Grayscale: #646464. Windows color (decimal): -8824220 or 6576761. OLE color: 6576761.

HSL color Cylindrical-coordinate representation of color #795A64: hue angle of 340.65º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A64 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12190100-
CMYK00.260.170.53
HSL340.65º14.69%41.37%-
HSV(B)340.65º25.62%47.45%-
XYZ13.8412.313.7-
YUV100.41127.77142.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=38.91%
G=28.94%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219010000.260.170.53340.6514.6941.37
Hex795A6401A1135155f29
Octal17113214403221655251751
Binary111100110110101100100011010100011101011010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795A64; }

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

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

<style>
 a { background-color: #795A64; }

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

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

<style>
 span { border-color: #795A64; }

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

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