Html Css Color HEX #797F79 Boulder

📋 copy color: '#797F79'

red 121 ◦ green 127 ◦ blue 121

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

Shades of Boulder #797F79

Tints of Boulder #797F79

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 32.79%
G = 34.42%
B = 32.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#797F79 (or 0x797F79) is known color: Boulder. HEX triplet: 79, 7F and 79. RGB value is (121,127,121). Sum of RGB (Red+Green+Blue) = 121+127+121=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 127 - color contains mainly: green. Hex color #797F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F79 is #868086. Grayscale: #7C7C7C. Windows color (decimal): -8814727 or 7962489. OLE color: 7962489.

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

Color convert

RGB 121 127 121 -
CMYK 0.05 0 0.05 0.50
HSL 120º 0.02% 0.49% -
HSV(B) 120º 0.05% 0.5% -
XYZ 18.93 20.62 21.07 -
YUV 124.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 121 127 121 0.05 0 0.05 0.50 120 0.02 0.49
Hex 79 7F 79 5 0 5 32 78 2 31
Octal 171 177 171 5 0 5 62 170 2 61
Binary 1111001 1111111 1111001 101 0 101 110010 1111000 10 110001

Color Harmonies of #797F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F79

Black with #797F79

Text Example


Text Example

White with #797F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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