#795661

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

Shades of Cosmic #795661

Tints of Cosmic #795661

Color information

#795661 (or 0x795661) is unknown color: approx Cosmic. HEX triplet: 79, 56 and 61. RGB value is (121,86,97). Sum of RGB (Red+Green+Blue) = 121+86+97=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #795661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795661 is #86A99E. Grayscale: #616161. Windows color (decimal): -8825247 or 6379129. OLE color: 6379129.

HSL color Cylindrical-coordinate representation of color #795661: hue angle of 341.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795661 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1218697-
CMYK00.290.200.53
HSL341.14º16.91%40.59%-
HSV(B)341.14º28.93%47.45%-
XYZ13.3711.5812.84-
YUV97.72127.6144.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=39.80%
G=28.29%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121869700.290.200.53341.1416.9140.59
Hex79566101D14351551129
Octal17112614103524655252151
Binary1111001101011011000010111011010011010110101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795661; }

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

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

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

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

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

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

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

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