Html Css Color HEX #797E7F Regent Grey

📋 copy color: '#797E7F'

red 121 ◦ green 126 ◦ blue 127

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

Shades of Regent Grey #797E7F

Tints of Regent Grey #797E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 32.35%
G = 33.69%
B = 33.96%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#797E7F (or 0x797E7F) is known color: Regent Grey. HEX triplet: 79, 7E and 7F. RGB value is (121,126,127). Sum of RGB (Red+Green+Blue) = 121+126+127=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 127 - color contains mainly: blue. Hex color #797E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E7F is #868180. Grayscale: #7C7C7C. Windows color (decimal): -8814977 or 8355449. OLE color: 8355449.

HSL color Cylindrical-coordinate representation of color #797E7F: hue angle of 190º 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 #797E7F is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 126 127 -
CMYK 0.05 0.01 0 0.50
HSL 190º 0.02% 0.49% -
HSV(B) 190º 0.05% 0.5% -
XYZ 19.18 20.52 23.03 -
YUV 124.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 121 126 127 0.05 0.01 0 0.50 190 0.02 0.49
Hex 79 7E 7F 5 1 0 32 BE 2 31
Octal 171 176 177 5 1 0 62 276 2 61
Binary 1111001 1111110 1111111 101 1 0 110010 10111110 10 110001

Color Harmonies of #797E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E7F

Black with #797E7F

Text Example


Text Example

White with #797E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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