Html Css Color HEX #79777C Topaz

📋 copy color: '#79777C'

red 121 ◦ green 119 ◦ blue 124

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

Shades of Topaz #79777C

Tints of Topaz #79777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 33.24%
G = 32.69%
B = 34.07%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79777C (or 0x79777C) is known color: Topaz. HEX triplet: 79, 77 and 7C. RGB value is (121,119,124). Sum of RGB (Red+Green+Blue) = 121+119+124=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #79777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79777C is #868883. Grayscale: #787878. Windows color (decimal): -8816772 or 8157049. OLE color: 8157049.

HSL color Cylindrical-coordinate representation of color #79777C: hue angle of 264º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #79777C is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 119 124 -
CMYK 0.02 0.04 0 0.51
HSL 264º 0.02% 0.48% -
HSV(B) 264º 0.04% 0.49% -
XYZ 18.12 18.71 21.73 -
YUV 120.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 121 119 124 0.02 0.04 0 0.51 264 0.02 0.48
Hex 79 77 7C 2 4 0 33 108 2 30
Octal 171 167 174 2 4 0 63 410 2 60
Binary 1111001 1110111 1111100 10 100 0 110011 100001000 10 110000

Color Harmonies of #79777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79777C

Black with #79777C

Text Example


Text Example

White with #79777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,119,124); }

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

background-color css

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

 a { background-color: rgb(121,119,124); }

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

border-color css

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

 span { border-color: rgb(121,119,124); }

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