#795164

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

Shades of Cosmic #795164

Tints of Cosmic #795164

Color information

#795164 (or 0x795164) is unknown color: approx Cosmic. HEX triplet: 79, 51 and 64. RGB value is (121,81,100). Sum of RGB (Red+Green+Blue) = 121+81+100=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #795164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795164 is #86AE9B. Grayscale: #5F5F5F. Windows color (decimal): -8826524 or 6574457. OLE color: 6574457.

HSL color Cylindrical-coordinate representation of color #795164: hue angle of 331.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 #795164 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12181100-
CMYK00.330.170.53
HSL331.5º19.8%39.61%-
HSV(B)331.5º33.06%47.45%-
XYZ13.1310.8713.46-
YUV95.13130.75146.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=40.07%
G=26.82%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218110000.330.170.53331.519.839.61
Hex795164021113514c1428
Octal17112114404121655142450
Binary11110011010001110010001000011000111010110100110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795164; }

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

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

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

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

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

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

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

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