Html Css Color HEX #79486A Cosmic

📋 copy color: '#79486A'

red 121 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #79486A

Tints of Cosmic #79486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 40.47%
G = 24.08%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79486A (or 0x79486A) is known color: Cosmic. HEX triplet: 79, 48 and 6A. RGB value is (121,72,106). Sum of RGB (Red+Green+Blue) = 121+72+106=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #79486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486A is #86B795. Grayscale: #5A5A5A. Windows color (decimal): -8828822 or 6965369. OLE color: 6965369.

HSL color Cylindrical-coordinate representation of color #79486A: hue angle of 318.37º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79486A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 72 106 -
CMYK 0 0.40 0.12 0.53
HSL 318.37º 0.25% 0.38% -
HSV(B) 318.37º 0.4% 0.47% -
XYZ 12.8 9.74 14.84 -
YUV 90.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 121 72 106 0 0.40 0.12 0.53 318.37 0.25 0.38
Hex 79 48 6A 0 28 C 35 13E 19 26
Octal 171 110 152 0 50 14 65 476 31 46
Binary 1111001 1001000 1101010 0 101000 1100 110101 100111110 11001 100110

Color Harmonies of #79486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79486A

Black with #79486A

Text Example


Text Example

White with #79486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79486A; }

 p { color: rgb(121,72,106); }

 H1.HeaderClassName
 {
   color: #79486A;
 }
 .AnyTagClassName
 {
   color: #79486A;
 }
</style>

background-color css

<style>
 a { background-color: #79486A; }

 a { background-color: rgb(121,72,106); }

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

border-color css

<style>
 span { border-color: #79486A; }

 span { border-color: rgb(121,72,106); }

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