Html Css Color HEX #79525E Cosmic

📋 copy color: '#79525E'

red 121 ◦ green 82 ◦ blue 94

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

Shades of Cosmic #79525E

Tints of Cosmic #79525E

RGB

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

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

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

R = 40.74%
G = 27.61%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79525E (or 0x79525E) is known color: Cosmic. HEX triplet: 79, 52 and 5E. RGB value is (121,82,94). Sum of RGB (Red+Green+Blue) = 121+82+94=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79525E is #86ADA1. Grayscale: #5F5F5F. Windows color (decimal): -8826274 or 6181497. OLE color: 6181497.

HSL color Cylindrical-coordinate representation of color #79525E: hue angle of 341.54º 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 #79525E is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 94 -
CMYK 0 0.32 0.22 0.53
HSL 341.54º 0.19% 0.4% -
HSV(B) 341.54º 0.32% 0.47% -
XYZ 12.92 10.91 12.01 -
YUV 95.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 121 82 94 0 0.32 0.22 0.53 341.54 0.19 0.4
Hex 79 52 5E 0 20 16 35 156 13 28
Octal 171 122 136 0 40 26 65 526 23 50
Binary 1111001 1010010 1011110 0 100000 10110 110101 101010110 10011 101000

Color Harmonies of #79525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79525E

Black with #79525E

Text Example


Text Example

White with #79525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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