Html Css Color HEX #79526A Cosmic

📋 copy color: '#79526A'

red 121 ◦ green 82 ◦ blue 106

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

Shades of Cosmic #79526A

Tints of Cosmic #79526A

RGB

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

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

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

R = 39.16%
G = 26.54%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79526A (or 0x79526A) is known color: Cosmic. HEX triplet: 79, 52 and 6A. RGB value is (121,82,106). Sum of RGB (Red+Green+Blue) = 121+82+106=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #79526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79526A is #86AD95. Grayscale: #606060. Windows color (decimal): -8826262 or 6967929. OLE color: 6967929.

HSL color Cylindrical-coordinate representation of color #79526A: hue angle of 323.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 #79526A is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 106 -
CMYK 0 0.32 0.12 0.53
HSL 323.08º 0.19% 0.4% -
HSV(B) 323.08º 0.32% 0.47% -
XYZ 13.5 11.14 15.07 -
YUV 96.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 121 82 106 0 0.32 0.12 0.53 323.08 0.19 0.4
Hex 79 52 6A 0 20 C 35 143 13 28
Octal 171 122 152 0 40 14 65 503 23 50
Binary 1111001 1010010 1101010 0 100000 1100 110101 101000011 10011 101000

Color Harmonies of #79526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79526A

Black with #79526A

Text Example


Text Example

White with #79526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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