#795368

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

Shades of Cosmic #795368

Tints of Cosmic #795368

Color information

#795368 (or 0x795368) is unknown color: approx Cosmic. HEX triplet: 79, 53 and 68. RGB value is (121,83,104). Sum of RGB (Red+Green+Blue) = 121+83+104=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795368 is #86AC97. Grayscale: #606060. Windows color (decimal): -8826008 or 6837113. OLE color: 6837113.

HSL color Cylindrical-coordinate representation of color #795368: hue angle of 326.84º degrees, saturation: 0.19, 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 #795368 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12183104-
CMYK00.310.140.53
HSL326.84º18.63%40%-
HSV(B)326.84º31.4%47.45%-
XYZ13.4811.2514.56-
YUV96.76132.09145.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=39.29%
G=26.95%
B=33.77%

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
Decimal1218310400.310.140.53326.8418.6340
Hex79536801FE351471328
Octal17112315003716655072350
Binary111100110100111101000011111111011010110100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795368; }

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

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

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

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

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

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

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

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