#794f6b

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

Shades of Cosmic #794F6B

Tints of Cosmic #794F6B

Color information

#794F6B (or 0x794F6B) is unknown color: approx Cosmic. HEX triplet: 79, 4F and 6B. RGB value is (121,79,107). Sum of RGB (Red+Green+Blue) = 121+79+107=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #794F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F6B is #86B094. Grayscale: #5E5E5E. Windows color (decimal): -8827029 or 7032697. OLE color: 7032697.

HSL color Cylindrical-coordinate representation of color #794F6B: hue angle of 320º 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 #794F6B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12179107-
CMYK00.350.120.53
HSL320º21%39.22%-
HSV(B)320º34.71%47.45%-
XYZ13.3310.7215.28-
YUV94.75134.91146.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=39.41%
G=25.73%
B=34.85%

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
Decimal1217910700.350.120.533202139.22
Hex794F6B023C351401527
Octal17111715304314655002547
Binary1111001100111111010110100011110011010110100000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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