Html Css Color HEX #79466D Cosmic

📋 copy color: '#79466D'

red 121 ◦ green 70 ◦ blue 109

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

Shades of Cosmic #79466D

Tints of Cosmic #79466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 40.33%
G = 23.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#79466D (or 0x79466D) is known color: Cosmic. HEX triplet: 79, 46 and 6D. RGB value is (121,70,109). Sum of RGB (Red+Green+Blue) = 121+70+109=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #79466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79466D is #86B992. Grayscale: #595959. Windows color (decimal): -8829331 or 7161465. OLE color: 7161465.

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

Color convert

RGB 121 70 109 -
CMYK 0 0.42 0.10 0.53
HSL 314.12º 0.27% 0.37% -
HSV(B) 314.12º 0.42% 0.47% -
XYZ 12.84 9.55 15.63 -
YUV 89.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 121 70 109 0 0.42 0.10 0.53 314.12 0.27 0.37
Hex 79 46 6D 0 2A A 35 13A 1B 25
Octal 171 106 155 0 52 12 65 472 33 45
Binary 1111001 1000110 1101101 0 101010 1010 110101 100111010 11011 100101

Color Harmonies of #79466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79466D

Black with #79466D

Text Example


Text Example

White with #79466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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