Html Css Color HEX #794B5D Cosmic

📋 copy color: '#794B5D'

red 121 ◦ green 75 ◦ blue 93

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

Shades of Cosmic #794B5D

Tints of Cosmic #794B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 41.87%
G = 25.95%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#794B5D (or 0x794B5D) is known color: Cosmic. HEX triplet: 79, 4B and 5D. RGB value is (121,75,93). Sum of RGB (Red+Green+Blue) = 121+75+93=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #794B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B5D is #86B4A2. Grayscale: #5A5A5A. Windows color (decimal): -8828067 or 6114169. OLE color: 6114169.

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

Color convert

RGB 121 75 93 -
CMYK 0 0.38 0.23 0.53
HSL 336.52º 0.23% 0.38% -
HSV(B) 336.52º 0.38% 0.47% -
XYZ 12.38 9.89 11.61 -
YUV 90.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 121 75 93 0 0.38 0.23 0.53 336.52 0.23 0.38
Hex 79 4B 5D 0 26 17 35 151 17 26
Octal 171 113 135 0 46 27 65 521 27 46
Binary 1111001 1001011 1011101 0 100110 10111 110101 101010001 10111 100110

Color Harmonies of #794B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B5D

Black with #794B5D

Text Example


Text Example

White with #794B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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