Html Css Color HEX #79516B Cosmic

📋 copy color: '#79516B'

red 121 ◦ green 81 ◦ blue 107

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

Shades of Cosmic #79516B

Tints of Cosmic #79516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 39.16%
G = 26.21%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79516B (or 0x79516B) is known color: Cosmic. HEX triplet: 79, 51 and 6B. RGB value is (121,81,107). Sum of RGB (Red+Green+Blue) = 121+81+107=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #79516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516B is #86AE94. Grayscale: #5F5F5F. Windows color (decimal): -8826517 or 7033209. OLE color: 7033209.

HSL color Cylindrical-coordinate representation of color #79516B: hue angle of 321º 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 #79516B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 107 -
CMYK 0 0.33 0.12 0.53
HSL 321º 0.2% 0.4% -
HSV(B) 321º 0.33% 0.47% -
XYZ 13.48 11.01 15.32 -
YUV 95.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 121 81 107 0 0.33 0.12 0.53 321 0.2 0.4
Hex 79 51 6B 0 21 C 35 141 14 28
Octal 171 121 153 0 41 14 65 501 24 50
Binary 1111001 1010001 1101011 0 100001 1100 110101 101000001 10100 101000

Color Harmonies of #79516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79516B

Black with #79516B

Text Example


Text Example

White with #79516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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