#795E6C

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

Shades of Cosmic #795E6C

Tints of Cosmic #795E6C

Color information

#795E6C (or 0x795E6C) is unknown color: approx Cosmic. HEX triplet: 79, 5E and 6C. RGB value is (121,94,108). Sum of RGB (Red+Green+Blue) = 121+94+108=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E6C is #86A193. Grayscale: #676767. Windows color (decimal): -8823188 or 7102073. OLE color: 7102073.

HSL color Cylindrical-coordinate representation of color #795E6C: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E6C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12194108-
CMYK00.220.110.53
HSL328.89º12.56%42.16%-
HSV(B)328.89º22.31%47.45%-
XYZ14.5913.1515.96-
YUV103.67130.45140.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=37.46%
G=29.10%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219410800.220.110.53328.8912.5642.16
Hex795E6C016B35149d2a
Octal17113615402613655111552
Binary11110011011110110110001011010111101011010010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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