Html Css Color HEX #794A5E Cosmic

📋 copy color: '#794A5E'

red 121 ◦ green 74 ◦ blue 94

#794A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #794A5E

Tints of Cosmic #794A5E

RGB

 RED value IS 121 (47.66% from 255) = 41.87%

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 41.87%
G = 25.61%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#794A5E (or 0x794A5E) is known color: Cosmic. HEX triplet: 79, 4A and 5E. RGB value is (121,74,94). Sum of RGB (Red+Green+Blue) = 121+74+94=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #794A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A5E is #86B5A1. Grayscale: #5A5A5A. Windows color (decimal): -8828322 or 6179449. OLE color: 6179449.

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

Color convert

RGB 121 74 94 -
CMYK 0 0.39 0.22 0.53
HSL 334.47º 0.24% 0.38% -
HSV(B) 334.47º 0.39% 0.47% -
XYZ 12.35 9.77 11.82 -
YUV 90.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 121 74 94 0 0.39 0.22 0.53 334.47 0.24 0.38
Hex 79 4A 5E 0 27 16 35 14E 18 26
Octal 171 112 136 0 47 26 65 516 30 46
Binary 1111001 1001010 1011110 0 100111 10110 110101 101001110 11000 100110

Color Harmonies of #794A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A5E

Black with #794A5E

Text Example


Text Example

White with #794A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,94); }

 H1.HeaderClassName
 {
   color: #794A5E;
 }
 .AnyTagClassName
 {
   color: #794A5E;
 }
</style>

background-color css

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

 a { background-color: rgb(121,74,94); }

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

border-color css

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

 span { border-color: rgb(121,74,94); }

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