#795869

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

Shades of Cosmic #795869

Tints of Cosmic #795869

Color information

#795869 (or 0x795869) is unknown color: approx Cosmic. HEX triplet: 79, 58 and 69. RGB value is (121,88,105). Sum of RGB (Red+Green+Blue) = 121+88+105=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #795869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795869 is #86A796. Grayscale: #636363. Windows color (decimal): -8824727 or 6903929. OLE color: 6903929.

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

Color convert

RGB12188105-
CMYK00.270.130.53
HSL329.09º15.79%40.98%-
HSV(B)329.09º27.27%47.45%-
XYZ13.9212.0614.96-
YUV99.8130.93143.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=38.54%
G=28.03%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218810500.270.130.53329.0915.7940.98
Hex79586901BD351491029
Octal17113015103315655112051
Binary111100110110001101001011011110111010110100100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795869; }

 p { color: rgb(121,88,105); }

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

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

 a { background-color: rgb(121,88,105); }

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

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

 span { border-color: rgb(121,88,105); }

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