#795062

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

Shades of Cosmic #795062

Tints of Cosmic #795062

Color information

#795062 (or 0x795062) is unknown color: approx Cosmic. HEX triplet: 79, 50 and 62. RGB value is (121,80,98). Sum of RGB (Red+Green+Blue) = 121+80+98=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #795062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795062 is #86AF9D. Grayscale: #5E5E5E. Windows color (decimal): -8826782 or 6443129. OLE color: 6443129.

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

Color convert

RGB1218098-
CMYK00.340.190.53
HSL333.66º20.4%39.41%-
HSV(B)333.66º33.88%47.45%-
XYZ12.9610.6812.93-
YUV94.31130.08147.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=40.47%
G=26.76%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121809800.340.190.53333.6620.439.41
Hex795062022133514e1427
Octal17112014204223655162447
Binary11110011010000110001001000101001111010110100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795062; }

 p { color: rgb(121,80,98); }

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

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

 a { background-color: rgb(121,80,98); }

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

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

 span { border-color: rgb(121,80,98); }

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