Html Css Color HEX #79465E Cosmic

📋 copy color: '#79465E'

red 121 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #79465E

Tints of Cosmic #79465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 42.46%
G = 24.56%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79465E (or 0x79465E) is known color: Cosmic. HEX triplet: 79, 46 and 5E. RGB value is (121,70,94). Sum of RGB (Red+Green+Blue) = 121+70+94=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79465E is #86B9A1. Grayscale: #575757. Windows color (decimal): -8829346 or 6178425. OLE color: 6178425.

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

Color convert

RGB 121 70 94 -
CMYK 0 0.42 0.22 0.53
HSL 331.76º 0.27% 0.37% -
HSV(B) 331.76º 0.42% 0.47% -
XYZ 12.1 9.25 11.74 -
YUV 87.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 121 70 94 0 0.42 0.22 0.53 331.76 0.27 0.37
Hex 79 46 5E 0 2A 16 35 14C 1B 25
Octal 171 106 136 0 52 26 65 514 33 45
Binary 1111001 1000110 1011110 0 101010 10110 110101 101001100 11011 100101

Color Harmonies of #79465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79465E

Black with #79465E

Text Example


Text Example

White with #79465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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