Html Css Color HEX #79476D Cosmic

📋 copy color: '#79476D'

red 121 ◦ green 71 ◦ blue 109

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

Shades of Cosmic #79476D

Tints of Cosmic #79476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 40.2%
G = 23.59%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#79476D (or 0x79476D) is known color: Cosmic. HEX triplet: 79, 47 and 6D. RGB value is (121,71,109). Sum of RGB (Red+Green+Blue) = 121+71+109=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79476D is #86B892. Grayscale: #5A5A5A. Windows color (decimal): -8829075 or 7161721. OLE color: 7161721.

HSL color Cylindrical-coordinate representation of color #79476D: hue angle of 314.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79476D is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 71 109 -
CMYK 0 0.41 0.10 0.53
HSL 314.4º 0.26% 0.38% -
HSV(B) 314.4º 0.41% 0.47% -
XYZ 12.9 9.68 15.66 -
YUV 90.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 121 71 109 0 0.41 0.10 0.53 314.4 0.26 0.38
Hex 79 47 6D 0 29 A 35 13A 1A 26
Octal 171 107 155 0 51 12 65 472 32 46
Binary 1111001 1000111 1101101 0 101001 1010 110101 100111010 11010 100110

Color Harmonies of #79476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79476D

Black with #79476D

Text Example


Text Example

White with #79476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79476D; }

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

 H1.HeaderClassName
 {
   color: #79476D;
 }
 .AnyTagClassName
 {
   color: #79476D;
 }
</style>

background-color css

<style>
 a { background-color: #79476D; }

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

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

border-color css

<style>
 span { border-color: #79476D; }

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

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