Html Css Color HEX #797676 Grey

📋 copy color: '#797676'

red 121 ◦ green 118 ◦ blue 118

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

Shades of Grey #797676

Tints of Grey #797676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 33.89%
G = 33.05%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#797676 (or 0x797676) is known color: Grey. HEX triplet: 79, 76 and 76. RGB value is (121,118,118). Sum of RGB (Red+Green+Blue) = 121+118+118=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 121 - color contains mainly: red. Hex color #797676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797676 is #868989. Grayscale: #767676. Windows color (decimal): -8817034 or 7763577. OLE color: 7763577.

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

Color convert

RGB 121 118 118 -
CMYK 0 0.02 0.02 0.53
HSL 0.01% 0.47% -
HSV(B) 0.02% 0.47% -
XYZ 17.63 18.33 19.75 -
YUV 118.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 121 118 118 0 0.02 0.02 0.53 0 0.01 0.47
Hex 79 76 76 0 2 2 35 0 1 2F
Octal 171 166 166 0 2 2 65 0 1 57
Binary 1111001 1110110 1110110 0 10 10 110101 0 1 101111

Color Harmonies of #797676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797676

Black with #797676

Text Example


Text Example

White with #797676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797676; }

 p { color: rgb(121,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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