Html Css Color HEX #79495C Cosmic

📋 copy color: '#79495C'

red 121 ◦ green 73 ◦ blue 92

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

Shades of Cosmic #79495C

Tints of Cosmic #79495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 42.31%
G = 25.52%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#79495C (or 0x79495C) is known color: Cosmic. HEX triplet: 79, 49 and 5C. RGB value is (121,73,92). Sum of RGB (Red+Green+Blue) = 121+73+92=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #79495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79495C is #86B6A3. Grayscale: #595959. Windows color (decimal): -8828580 or 6048121. OLE color: 6048121.

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

Color convert

RGB 121 73 92 -
CMYK 0 0.40 0.24 0.53
HSL 336.25º 0.25% 0.38% -
HSV(B) 336.25º 0.4% 0.47% -
XYZ 12.2 9.6 11.34 -
YUV 89.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 121 73 92 0 0.40 0.24 0.53 336.25 0.25 0.38
Hex 79 49 5C 0 28 18 35 150 19 26
Octal 171 111 134 0 50 30 65 520 31 46
Binary 1111001 1001001 1011100 0 101000 11000 110101 101010000 11001 100110

Color Harmonies of #79495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79495C

Black with #79495C

Text Example


Text Example

White with #79495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79495C; }

 p { color: rgb(121,73,92); }

 H1.HeaderClassName
 {
   color: #79495C;
 }
 .AnyTagClassName
 {
   color: #79495C;
 }
</style>

background-color css

<style>
 a { background-color: #79495C; }

 a { background-color: rgb(121,73,92); }

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

border-color css

<style>
 span { border-color: #79495C; }

 span { border-color: rgb(121,73,92); }

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