#797B79

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

Shades of Boulder #797B79

Tints of Boulder #797B79

Color information

#797B79 (or 0x797B79) is unknown color: approx Boulder. HEX triplet: 79, 7B and 79. RGB value is (121,123,121). Sum of RGB (Red+Green+Blue) = 121+123+121=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 123 - color contains mainly: green. Hex color #797B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B79 is #868486. Grayscale: #7A7A7A. Windows color (decimal): -8815751 or 7961465. OLE color: 7961465.

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

Color convert

RGB121123121-
CMYK0.0200.020.52
HSL120º0.82%47.84%-
HSV(B)120º1.63%48.24%-
XYZ18.4219.6120.9-
YUV122.17127.34127.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=33.15%
G=33.70%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211231210.0200.020.521200.8247.84
Hex797B792023478130
Octal17117317120264170160
Binary1111001111101111110011001011010011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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