Html Css Color HEX #794B5E Cosmic

📋 copy color: '#794B5E'

red 121 ◦ green 75 ◦ blue 94

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

Shades of Cosmic #794B5E

Tints of Cosmic #794B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.86%

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

R = 41.72%
G = 25.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#794B5E (or 0x794B5E) is known color: Cosmic. HEX triplet: 79, 4B and 5E. RGB value is (121,75,94). Sum of RGB (Red+Green+Blue) = 121+75+94=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B5E is #86B4A1. Grayscale: #5A5A5A. Windows color (decimal): -8828066 or 6179705. OLE color: 6179705.

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

Color convert

RGB 121 75 94 -
CMYK 0 0.38 0.22 0.53
HSL 335.22º 0.23% 0.38% -
HSV(B) 335.22º 0.38% 0.47% -
XYZ 12.42 9.91 11.85 -
YUV 90.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 121 75 94 0 0.38 0.22 0.53 335.22 0.23 0.38
Hex 79 4B 5E 0 26 16 35 14F 17 26
Octal 171 113 136 0 46 26 65 517 27 46
Binary 1111001 1001011 1011110 0 100110 10110 110101 101001111 10111 100110

Color Harmonies of #794B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B5E

Black with #794B5E

Text Example


Text Example

White with #794B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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