Html Css Color HEX #794D6D Cosmic

📋 copy color: '#794D6D'

red 121 ◦ green 77 ◦ blue 109

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

Shades of Cosmic #794D6D

Tints of Cosmic #794D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 39.41%
G = 25.08%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#794D6D (or 0x794D6D) is known color: Cosmic. HEX triplet: 79, 4D and 6D. RGB value is (121,77,109). Sum of RGB (Red+Green+Blue) = 121+77+109=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #794D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D6D is #86B292. Grayscale: #5D5D5D. Windows color (decimal): -8827539 or 7163257. OLE color: 7163257.

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

Color convert

RGB 121 77 109 -
CMYK 0 0.36 0.10 0.53
HSL 316.36º 0.22% 0.39% -
HSV(B) 316.36º 0.36% 0.47% -
XYZ 13.3 10.48 15.79 -
YUV 93.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 121 77 109 0 0.36 0.10 0.53 316.36 0.22 0.39
Hex 79 4D 6D 0 24 A 35 13C 16 27
Octal 171 115 155 0 44 12 65 474 26 47
Binary 1111001 1001101 1101101 0 100100 1010 110101 100111100 10110 100111

Color Harmonies of #794D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D6D

Black with #794D6D

Text Example


Text Example

White with #794D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,109); }

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

background-color css

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

 a { background-color: rgb(121,77,109); }

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

border-color css

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

 span { border-color: rgb(121,77,109); }

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