#795468

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

Shades of Cosmic #795468

Tints of Cosmic #795468

Color information

#795468 (or 0x795468) is unknown color: approx Cosmic. HEX triplet: 79, 54 and 68. RGB value is (121,84,104). Sum of RGB (Red+Green+Blue) = 121+84+104=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #795468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795468 is #86AB97. Grayscale: #616161. Windows color (decimal): -8825752 or 6837369. OLE color: 6837369.

HSL color Cylindrical-coordinate representation of color #795468: hue angle of 327.57º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795468 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12184104-
CMYK00.310.140.53
HSL327.57º18.05%40.2%-
HSV(B)327.57º30.58%47.45%-
XYZ13.5511.4114.58-
YUV97.34131.76144.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=39.16%
G=27.18%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218410400.310.140.53327.5718.0540.2
Hex79546801FE351481228
Octal17112415003716655102250
Binary111100110101001101000011111111011010110100100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795468; }

 p { color: rgb(121,84,104); }

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

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

 a { background-color: rgb(121,84,104); }

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

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

 span { border-color: rgb(121,84,104); }

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