Html Css Color HEX #7F7A79 Grey

📋 copy color: '#7F7A79'

red 127 ◦ green 122 ◦ blue 121

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

Shades of Grey #7F7A79

Tints of Grey #7F7A79

RGB

 RED value IS 127 (50% from 255) = 34.32%

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 34.32%
G = 32.97%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F7A79 (or 0x7F7A79) is known color: Grey. HEX triplet: 7F, 7A and 79. RGB value is (127,122,121). Sum of RGB (Red+Green+Blue) = 127+122+121=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A79 is #808586. Grayscale: #7B7B7B. Windows color (decimal): -8422791 or 7961215. OLE color: 7961215.

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

Color convert

RGB 127 122 121 -
CMYK 0 0.04 0.05 0.50
HSL 10º 0.02% 0.49% -
HSV(B) 10º 0.05% 0.5% -
XYZ 19.16 19.81 20.9 -
YUV 123.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 127 122 121 0 0.04 0.05 0.50 10 0.02 0.49
Hex 7F 7A 79 0 4 5 32 A 2 31
Octal 177 172 171 0 4 5 62 12 2 61
Binary 1111111 1111010 1111001 0 100 101 110010 1010 10 110001

Color Harmonies of #7F7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A79

Black with #7F7A79

Text Example


Text Example

White with #7F7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7A79; }

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

 H1.HeaderClassName
 {
   color: #7F7A79;
 }
 .AnyTagClassName
 {
   color: #7F7A79;
 }
</style>

background-color css

<style>
 a { background-color: #7F7A79; }

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

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

border-color css

<style>
 span { border-color: #7F7A79; }

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

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