#795863

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

Shades of Cosmic #795863

Tints of Cosmic #795863

Color information

#795863 (or 0x795863) is unknown color: approx Cosmic. HEX triplet: 79, 58 and 63. RGB value is (121,88,99). Sum of RGB (Red+Green+Blue) = 121+88+99=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795863 is #86A79C. Grayscale: #636363. Windows color (decimal): -8824733 or 6510713. OLE color: 6510713.

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

Color convert

RGB1218899-
CMYK00.270.180.53
HSL340º15.79%40.98%-
HSV(B)340º27.27%47.45%-
XYZ13.6311.9513.39-
YUV99.12127.93143.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121889900.270.180.5334015.7940.98
Hex79586301B12351541029
Octal17113014303322655242051
Binary1111001101100011000110110111001011010110101010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795863; }

 p { color: rgb(121,88,99); }

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

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

 a { background-color: rgb(121,88,99); }

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

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

 span { border-color: rgb(121,88,99); }

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