#795A6D

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

Shades of Cosmic #795A6D

Tints of Cosmic #795A6D

Color information

#795A6D (or 0x795A6D) is unknown color: approx Cosmic. HEX triplet: 79, 5A and 6D. RGB value is (121,90,109). Sum of RGB (Red+Green+Blue) = 121+90+109=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #795A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A6D is #86A592. Grayscale: #656565. Windows color (decimal): -8824211 or 7166585. OLE color: 7166585.

HSL color Cylindrical-coordinate representation of color #795A6D: hue angle of 323.23º 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 #795A6D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12190109-
CMYK00.260.100.53
HSL323.23º14.69%41.37%-
HSV(B)323.23º25.62%47.45%-
XYZ14.312.4816.12-
YUV101.44132.27141.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=37.81%
G=28.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219010900.260.100.53323.2314.6941.37
Hex795A6D01AA35143f29
Octal17113215503212655031751
Binary11110011011010110110101101010101101011010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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