#797C79

Color #797C79 Boulder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boulder #797C79

Tints of Boulder #797C79

Color information

#797C79 (or 0x797C79) is unknown color: approx Boulder. HEX triplet: 79, 7C and 79. RGB value is (121,124,121). Sum of RGB (Red+Green+Blue) = 121+124+121=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 124 - color contains mainly: green. Hex color #797C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C79 is #868386. Grayscale: #7A7A7A. Windows color (decimal): -8815495 or 7961721. OLE color: 7961721.

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

Color convert

RGB121124121-
CMYK0.0200.020.51
HSL120º1.22%48.04%-
HSV(B)120º2.42%48.63%-
XYZ18.5419.8620.95-
YUV122.76127.01126.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=33.06%
G=33.88%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211241210.0200.020.511201.2248.04
Hex797C792023378130
Octal17117417120263170160
Binary1111001111110011110011001011001111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797C79; }

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

 H1.HeaderClassName
 {
   color: #797C79;
 }
 .AnyTagClassName
 {
   color: #797C79;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #797C79;
 }
 .BgClassName
 {
   background-color: #797C79;
 }
</style>
border-color css

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

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

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