Html Css Color HEX #79465D Cosmic

📋 copy color: '#79465D'

red 121 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #79465D

Tints of Cosmic #79465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 42.61%
G = 24.65%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79465D (or 0x79465D) is known color: Cosmic. HEX triplet: 79, 46 and 5D. RGB value is (121,70,93). Sum of RGB (Red+Green+Blue) = 121+70+93=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79465D is #86B9A2. Grayscale: #575757. Windows color (decimal): -8829347 or 6112889. OLE color: 6112889.

HSL color Cylindrical-coordinate representation of color #79465D: hue angle of 332.94º 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 #79465D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 70 93 -
CMYK 0 0.42 0.23 0.53
HSL 332.94º 0.27% 0.37% -
HSV(B) 332.94º 0.42% 0.47% -
XYZ 12.05 9.24 11.5 -
YUV 87.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 121 70 93 0 0.42 0.23 0.53 332.94 0.27 0.37
Hex 79 46 5D 0 2A 17 35 14D 1B 25
Octal 171 106 135 0 52 27 65 515 33 45
Binary 1111001 1000110 1011101 0 101010 10111 110101 101001101 11011 100101

Color Harmonies of #79465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79465D

Black with #79465D

Text Example


Text Example

White with #79465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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