Html Css Color HEX #79526C Cosmic

📋 copy color: '#79526C'

red 121 ◦ green 82 ◦ blue 108

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

Shades of Cosmic #79526C

Tints of Cosmic #79526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 38.91%
G = 26.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79526C (or 0x79526C) is known color: Cosmic. HEX triplet: 79, 52 and 6C. RGB value is (121,82,108). Sum of RGB (Red+Green+Blue) = 121+82+108=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79526C is #86AD93. Grayscale: #606060. Windows color (decimal): -8826260 or 7099001. OLE color: 7099001.

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

Color convert

RGB 121 82 108 -
CMYK 0 0.32 0.11 0.53
HSL 320º 0.19% 0.4% -
HSV(B) 320º 0.32% 0.47% -
XYZ 13.61 11.18 15.63 -
YUV 96.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 121 82 108 0 0.32 0.11 0.53 320 0.19 0.4
Hex 79 52 6C 0 20 B 35 140 13 28
Octal 171 122 154 0 40 13 65 500 23 50
Binary 1111001 1010010 1101100 0 100000 1011 110101 101000000 10011 101000

Color Harmonies of #79526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79526C

Black with #79526C

Text Example


Text Example

White with #79526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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