Html Css Color HEX #797D79 Boulder

📋 copy color: '#797D79'

red 121 ◦ green 125 ◦ blue 121

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

Shades of Boulder #797D79

Tints of Boulder #797D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 32.97%
G = 34.06%
B = 32.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#797D79 (or 0x797D79) is known color: Boulder. HEX triplet: 79, 7D and 79. RGB value is (121,125,121). Sum of RGB (Red+Green+Blue) = 121+125+121=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 125 - color contains mainly: green. Hex color #797D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D79 is #868286. Grayscale: #7B7B7B. Windows color (decimal): -8815239 or 7961977. OLE color: 7961977.

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

Color convert

RGB 121 125 121 -
CMYK 0.03 0 0.03 0.51
HSL 120º 0.02% 0.48% -
HSV(B) 120º 0.03% 0.49% -
XYZ 18.67 20.11 20.99 -
YUV 123.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 121 125 121 0.03 0 0.03 0.51 120 0.02 0.48
Hex 79 7D 79 3 0 3 33 78 2 30
Octal 171 175 171 3 0 3 63 170 2 60
Binary 1111001 1111101 1111001 11 0 11 110011 1111000 10 110000

Color Harmonies of #797D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D79

Black with #797D79

Text Example


Text Example

White with #797D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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