#795A6C

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

Shades of Cosmic #795A6C

Tints of Cosmic #795A6C

Color information

#795A6C (or 0x795A6C) is unknown color: approx Cosmic. HEX triplet: 79, 5A and 6C. RGB value is (121,90,108). Sum of RGB (Red+Green+Blue) = 121+90+108=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #795A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A6C is #86A593. Grayscale: #656565. Windows color (decimal): -8824212 or 7101049. OLE color: 7101049.

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

Color convert

RGB12190108-
CMYK00.260.110.53
HSL325.16º14.69%41.37%-
HSV(B)325.16º25.62%47.45%-
XYZ14.2512.4615.84-
YUV101.32131.77142.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=37.93%
G=28.21%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219010800.260.110.53325.1614.6941.37
Hex795A6C01AB35145f29
Octal17113215403213655051751
Binary11110011011010110110001101010111101011010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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