#794B6D

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

Shades of Cosmic #794B6D

Tints of Cosmic #794B6D

Color information

#794B6D (or 0x794B6D) is unknown color: approx Cosmic. HEX triplet: 79, 4B and 6D. RGB value is (121,75,109). Sum of RGB (Red+Green+Blue) = 121+75+109=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #794B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B6D is #86B492. Grayscale: #5C5C5C. Windows color (decimal): -8828051 or 7162745. OLE color: 7162745.

HSL color Cylindrical-coordinate representation of color #794B6D: hue angle of 315.65º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B6D is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12175109-
CMYK00.380.100.53
HSL315.65º23.47%38.43%-
HSV(B)315.65º38.02%47.45%-
XYZ13.1610.215.74-
YUV92.63137.24148.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=39.67%
G=24.59%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217510900.380.100.53315.6523.4738.43
Hex794B6D026A3513c1726
Octal17111315504612654742746
Binary1111001100101111011010100110101011010110011110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794B6D; }

 p { color: rgb(121,75,109); }

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

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

 a { background-color: rgb(121,75,109); }

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

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

 span { border-color: rgb(121,75,109); }

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