Html Css Color HEX #79405E Cosmic

📋 copy color: '#79405E'

red 121 ◦ green 64 ◦ blue 94

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

Shades of Cosmic #79405E

Tints of Cosmic #79405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 43.37%
G = 22.94%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79405E (or 0x79405E) is known color: Cosmic. HEX triplet: 79, 40 and 5E. RGB value is (121,64,94). Sum of RGB (Red+Green+Blue) = 121+64+94=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79405E is #86BFA1. Grayscale: #545454. Windows color (decimal): -8830882 or 6176889. OLE color: 6176889.

HSL color Cylindrical-coordinate representation of color #79405E: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79405E is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 64 94 -
CMYK 0 0.47 0.22 0.53
HSL 328.42º 0.31% 0.36% -
HSV(B) 328.42º 0.47% 0.47% -
XYZ 11.74 8.54 11.62 -
YUV 84.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 121 64 94 0 0.47 0.22 0.53 328.42 0.31 0.36
Hex 79 40 5E 0 2F 16 35 148 1F 24
Octal 171 100 136 0 57 26 65 510 37 44
Binary 1111001 1000000 1011110 0 101111 10110 110101 101001000 11111 100100

Color Harmonies of #79405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79405E

Black with #79405E

Text Example


Text Example

White with #79405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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