Html Css Color HEX #7F7E7A Friar Grey

📋 copy color: '#7F7E7A'

red 127 ◦ green 126 ◦ blue 122

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

Shades of Friar Grey #7F7E7A

Tints of Friar Grey #7F7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 33.87%
G = 33.6%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F7E7A (or 0x7F7E7A) is known color: Friar Grey. HEX triplet: 7F, 7E and 7A. RGB value is (127,126,122). Sum of RGB (Red+Green+Blue) = 127+126+122=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7E7A is #808185. Grayscale: #7D7D7D. Windows color (decimal): -8421766 or 8027775. OLE color: 8027775.

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

Color convert

RGB 127 126 122 -
CMYK 0 0.01 0.04 0.50
HSL 48º 0.02% 0.49% -
HSV(B) 48º 0.04% 0.5% -
XYZ 19.73 20.84 21.39 -
YUV 125.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 127 126 122 0 0.01 0.04 0.50 48 0.02 0.49
Hex 7F 7E 7A 0 1 4 32 30 2 31
Octal 177 176 172 0 1 4 62 60 2 61
Binary 1111111 1111110 1111010 0 1 100 110010 110000 10 110001

Color Harmonies of #7F7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7E7A

Black with #7F7E7A

Text Example


Text Example

White with #7F7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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