#795669

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

Shades of Cosmic #795669

Tints of Cosmic #795669

Color information

#795669 (or 0x795669) is unknown color: approx Cosmic. HEX triplet: 79, 56 and 69. RGB value is (121,86,105). Sum of RGB (Red+Green+Blue) = 121+86+105=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #795669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795669 is #86A996. Grayscale: #626262. Windows color (decimal): -8825239 or 6903417. OLE color: 6903417.

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

Color convert

RGB12186105-
CMYK00.290.130.53
HSL327.43º16.91%40.59%-
HSV(B)327.43º28.93%47.45%-
XYZ13.7611.7414.91-
YUV98.63131.6143.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=38.78%
G=27.56%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218610500.290.130.53327.4316.9140.59
Hex79566901DD351471129
Octal17112615103515655072151
Binary111100110101101101001011101110111010110100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795669; }

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

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

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

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

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

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

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

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