Html Css Color HEX #79525D Cosmic

📋 copy color: '#79525D'

red 121 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #79525D

Tints of Cosmic #79525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 40.88%
G = 27.7%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79525D (or 0x79525D) is known color: Cosmic. HEX triplet: 79, 52 and 5D. RGB value is (121,82,93). Sum of RGB (Red+Green+Blue) = 121+82+93=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79525D is #86ADA2. Grayscale: #5E5E5E. Windows color (decimal): -8826275 or 6115961. OLE color: 6115961.

HSL color Cylindrical-coordinate representation of color #79525D: hue angle of 343.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79525D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 93 -
CMYK 0 0.32 0.23 0.53
HSL 343.08º 0.19% 0.4% -
HSV(B) 343.08º 0.32% 0.47% -
XYZ 12.88 10.89 11.78 -
YUV 94.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 121 82 93 0 0.32 0.23 0.53 343.08 0.19 0.4
Hex 79 52 5D 0 20 17 35 157 13 28
Octal 171 122 135 0 40 27 65 527 23 50
Binary 1111001 1010010 1011101 0 100000 10111 110101 101010111 10011 101000

Color Harmonies of #79525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79525D

Black with #79525D

Text Example


Text Example

White with #79525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79525D; }

 p { color: rgb(121,82,93); }

 H1.HeaderClassName
 {
   color: #79525D;
 }
 .AnyTagClassName
 {
   color: #79525D;
 }
</style>

background-color css

<style>
 a { background-color: #79525D; }

 a { background-color: rgb(121,82,93); }

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

border-color css

<style>
 span { border-color: #79525D; }

 span { border-color: rgb(121,82,93); }

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