Html Css Color HEX #79505C Cosmic

📋 copy color: '#79505C'

red 121 ◦ green 80 ◦ blue 92

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

Shades of Cosmic #79505C

Tints of Cosmic #79505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 41.3%
G = 27.3%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#79505C (or 0x79505C) is known color: Cosmic. HEX triplet: 79, 50 and 5C. RGB value is (121,80,92). Sum of RGB (Red+Green+Blue) = 121+80+92=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #79505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79505C is #86AFA3. Grayscale: #5D5D5D. Windows color (decimal): -8826788 or 6049913. OLE color: 6049913.

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

Color convert

RGB 121 80 92 -
CMYK 0 0.34 0.24 0.53
HSL 342.44º 0.2% 0.39% -
HSV(B) 342.44º 0.34% 0.47% -
XYZ 12.69 10.57 11.5 -
YUV 93.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 121 80 92 0 0.34 0.24 0.53 342.44 0.2 0.39
Hex 79 50 5C 0 22 18 35 156 14 27
Octal 171 120 134 0 42 30 65 526 24 47
Binary 1111001 1010000 1011100 0 100010 11000 110101 101010110 10100 100111

Color Harmonies of #79505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79505C

Black with #79505C

Text Example


Text Example

White with #79505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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