Html Css Color HEX #79516C Cosmic

📋 copy color: '#79516C'

red 121 ◦ green 81 ◦ blue 108

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

Shades of Cosmic #79516C

Tints of Cosmic #79516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 39.03%
G = 26.13%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79516C (or 0x79516C) is known color: Cosmic. HEX triplet: 79, 51 and 6C. RGB value is (121,81,108). Sum of RGB (Red+Green+Blue) = 121+81+108=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #79516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516C is #86AE93. Grayscale: #5F5F5F. Windows color (decimal): -8826516 or 7098745. OLE color: 7098745.

HSL color Cylindrical-coordinate representation of color #79516C: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516C is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 108 -
CMYK 0 0.33 0.11 0.53
HSL 319.5º 0.2% 0.4% -
HSV(B) 319.5º 0.33% 0.47% -
XYZ 13.53 11.03 15.6 -
YUV 96.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 121 81 108 0 0.33 0.11 0.53 319.5 0.2 0.4
Hex 79 51 6C 0 21 B 35 140 14 28
Octal 171 121 154 0 41 13 65 500 24 50
Binary 1111001 1010001 1101100 0 100001 1011 110101 101000000 10100 101000

Color Harmonies of #79516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79516C

Black with #79516C

Text Example


Text Example

White with #79516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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