#795961

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

Shades of Cosmic #795961

Tints of Cosmic #795961

Color information

#795961 (or 0x795961) is unknown color: approx Cosmic. HEX triplet: 79, 59 and 61. RGB value is (121,89,97). Sum of RGB (Red+Green+Blue) = 121+89+97=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #795961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795961 is #86A69E. Grayscale: #636363. Windows color (decimal): -8824479 or 6379897. OLE color: 6379897.

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

Color convert

RGB1218997-
CMYK00.260.200.53
HSL345º15.24%41.18%-
HSV(B)345º26.45%47.45%-
XYZ13.6212.0712.92-
YUV99.48126.6143.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=39.41%
G=28.99%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121899700.260.200.5334515.2441.18
Hex79596101A1435159f29
Octal17113114103224655311751
Binary111100110110011100001011010101001101011010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795961; }

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

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

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

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

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

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

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

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