#795160

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

Shades of Cosmic #795160

Tints of Cosmic #795160

Color information

#795160 (or 0x795160) is unknown color: approx Cosmic. HEX triplet: 79, 51 and 60. RGB value is (121,81,96). Sum of RGB (Red+Green+Blue) = 121+81+96=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #795160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795160 is #86AE9F. Grayscale: #5E5E5E. Windows color (decimal): -8826528 or 6312313. OLE color: 6312313.

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

Color convert

RGB1218196-
CMYK00.330.210.53
HSL337.5º19.8%39.61%-
HSV(B)337.5º33.06%47.45%-
XYZ12.9410.7912.47-
YUV94.67128.75146.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=40.60%
G=27.18%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121819600.330.210.53337.519.839.61
Hex79516002115351521428
Octal17112114004125655222450
Binary11110011010001110000001000011010111010110101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795160; }

 p { color: rgb(121,81,96); }

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

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

 a { background-color: rgb(121,81,96); }

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

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

 span { border-color: rgb(121,81,96); }

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