#795968

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

Shades of Cosmic #795968

Tints of Cosmic #795968

Color information

#795968 (or 0x795968) is unknown color: approx Cosmic. HEX triplet: 79, 59 and 68. RGB value is (121,89,104). Sum of RGB (Red+Green+Blue) = 121+89+104=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #795968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795968 is #86A697. Grayscale: #646464. Windows color (decimal): -8824472 or 6838649. OLE color: 6838649.

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

Color convert

RGB12189104-
CMYK00.260.140.53
HSL331.88º15.24%41.18%-
HSV(B)331.88º26.45%47.45%-
XYZ13.9612.2114.72-
YUV100.28130.1142.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=38.54%
G=28.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218910400.260.140.53331.8815.2441.18
Hex79596801AE3514cf29
Octal17113115003216655141751
Binary11110011011001110100001101011101101011010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795968; }

 p { color: rgb(121,89,104); }

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

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

 a { background-color: rgb(121,89,104); }

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

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

 span { border-color: rgb(121,89,104); }

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