#795966

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

Shades of Cosmic #795966

Tints of Cosmic #795966

Color information

#795966 (or 0x795966) is unknown color: approx Cosmic. HEX triplet: 79, 59 and 66. RGB value is (121,89,102). Sum of RGB (Red+Green+Blue) = 121+89+102=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #795966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795966 is #86A699. Grayscale: #646464. Windows color (decimal): -8824474 or 6707577. OLE color: 6707577.

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

Color convert

RGB12189102-
CMYK00.260.160.53
HSL335.62º15.24%41.18%-
HSV(B)335.62º26.45%47.45%-
XYZ13.8612.1714.19-
YUV100.05129.1142.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=38.78%
G=28.53%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218910200.260.160.53335.6215.2441.18
Hex79596601A1035150f29
Octal17113114603220655201751
Binary111100110110011100110011010100001101011010100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795966; }

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

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

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

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

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

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

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

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