#794F6A

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

Shades of Cosmic #794F6A

Tints of Cosmic #794F6A

Color information

#794F6A (or 0x794F6A) is unknown color: approx Cosmic. HEX triplet: 79, 4F and 6A. RGB value is (121,79,106). Sum of RGB (Red+Green+Blue) = 121+79+106=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #794F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F6A is #86B095. Grayscale: #5E5E5E. Windows color (decimal): -8827030 or 6967161. OLE color: 6967161.

HSL color Cylindrical-coordinate representation of color #794F6A: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F6A is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12179106-
CMYK00.350.120.53
HSL321.43º21%39.22%-
HSV(B)321.43º34.71%47.45%-
XYZ13.2810.715-
YUV94.64134.41146.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=39.54%
G=25.82%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217910600.350.120.53321.432139.22
Hex794F6A023C351411527
Octal17111715204314655012547
Binary1111001100111111010100100011110011010110100000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,106); }

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

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

 a { background-color: rgb(121,79,106); }

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

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

 span { border-color: rgb(121,79,106); }

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