Html Css Color HEX #79505E Cosmic

📋 copy color: '#79505E'

red 121 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #79505E

Tints of Cosmic #79505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 41.02%
G = 27.12%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79505E (or 0x79505E) is known color: Cosmic. HEX triplet: 79, 50 and 5E. RGB value is (121,80,94). Sum of RGB (Red+Green+Blue) = 121+80+94=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #79505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79505E is #86AFA1. Grayscale: #5D5D5D. Windows color (decimal): -8826786 or 6180985. OLE color: 6180985.

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

Color convert

RGB 121 80 94 -
CMYK 0 0.34 0.22 0.53
HSL 339.51º 0.2% 0.39% -
HSV(B) 339.51º 0.34% 0.47% -
XYZ 12.77 10.61 11.96 -
YUV 93.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 121 80 94 0 0.34 0.22 0.53 339.51 0.2 0.39
Hex 79 50 5E 0 22 16 35 154 14 27
Octal 171 120 136 0 42 26 65 524 24 47
Binary 1111001 1010000 1011110 0 100010 10110 110101 101010100 10100 100111

Color Harmonies of #79505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79505E

Black with #79505E

Text Example


Text Example

White with #79505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79505E; }

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

 H1.HeaderClassName
 {
   color: #79505E;
 }
 .AnyTagClassName
 {
   color: #79505E;
 }
</style>

background-color css

<style>
 a { background-color: #79505E; }

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

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

border-color css

<style>
 span { border-color: #79505E; }

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

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