Html Css Color HEX #79505B Cosmic

📋 copy color: '#79505B'

red 121 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #79505B

Tints of Cosmic #79505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 41.44%
G = 27.4%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79505B (or 0x79505B) is known color: Cosmic. HEX triplet: 79, 50 and 5B. RGB value is (121,80,91). Sum of RGB (Red+Green+Blue) = 121+80+91=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #79505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79505B is #86AFA4. Grayscale: #5D5D5D. Windows color (decimal): -8826789 or 5984377. OLE color: 5984377.

HSL color Cylindrical-coordinate representation of color #79505B: hue angle of 343.9º 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 #79505B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 91 -
CMYK 0 0.34 0.25 0.53
HSL 343.9º 0.2% 0.39% -
HSV(B) 343.9º 0.34% 0.47% -
XYZ 12.64 10.56 11.27 -
YUV 93.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 121 80 91 0 0.34 0.25 0.53 343.9 0.2 0.39
Hex 79 50 5B 0 22 19 35 158 14 27
Octal 171 120 133 0 42 31 65 530 24 47
Binary 1111001 1010000 1011011 0 100010 11001 110101 101011000 10100 100111

Color Harmonies of #79505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79505B

Black with #79505B

Text Example


Text Example

White with #79505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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