#795B69

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

Shades of Cosmic #795B69

Tints of Cosmic #795B69

Color information

#795B69 (or 0x795B69) is unknown color: approx Cosmic. HEX triplet: 79, 5B and 69. RGB value is (121,91,105). Sum of RGB (Red+Green+Blue) = 121+91+105=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B69 is #86A496. Grayscale: #656565. Windows color (decimal): -8823959 or 6904697. OLE color: 6904697.

HSL color Cylindrical-coordinate representation of color #795B69: hue angle of 332º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B69 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12191105-
CMYK00.250.130.53
HSL332º14.15%41.57%-
HSV(B)332º24.79%47.45%-
XYZ14.1812.5715.04-
YUV101.57129.94141.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=38.17%
G=28.71%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219110500.250.130.5333214.1541.57
Hex795B69019D3514ce2a
Octal17113315103115655141652
Binary11110011011011110100101100111011101011010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795B69; }

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

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

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

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

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

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

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

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