Html Css Color HEX #79485B Cosmic

📋 copy color: '#79485B'

red 121 ◦ green 72 ◦ blue 91

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

Shades of Cosmic #79485B

Tints of Cosmic #79485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 42.61%
G = 25.35%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79485B (or 0x79485B) is known color: Cosmic. HEX triplet: 79, 48 and 5B. RGB value is (121,72,91). Sum of RGB (Red+Green+Blue) = 121+72+91=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79485B is #86B7A4. Grayscale: #585858. Windows color (decimal): -8828837 or 5982329. OLE color: 5982329.

HSL color Cylindrical-coordinate representation of color #79485B: hue angle of 336.73º 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 #79485B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 72 91 -
CMYK 0 0.40 0.25 0.53
HSL 336.73º 0.25% 0.38% -
HSV(B) 336.73º 0.4% 0.47% -
XYZ 12.09 9.46 11.09 -
YUV 88.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 121 72 91 0 0.40 0.25 0.53 336.73 0.25 0.38
Hex 79 48 5B 0 28 19 35 151 19 26
Octal 171 110 133 0 50 31 65 521 31 46
Binary 1111001 1001000 1011011 0 101000 11001 110101 101010001 11001 100110

Color Harmonies of #79485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79485B

Black with #79485B

Text Example


Text Example

White with #79485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79485B; }

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

 H1.HeaderClassName
 {
   color: #79485B;
 }
 .AnyTagClassName
 {
   color: #79485B;
 }
</style>

background-color css

<style>
 a { background-color: #79485B; }

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

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

border-color css

<style>
 span { border-color: #79485B; }

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

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