Html Css Color HEX #7F7171 Ferra

📋 copy color: '#7F7171'

red 127 ◦ green 113 ◦ blue 113

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

Shades of Ferra #7F7171

Tints of Ferra #7F7171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 35.98%
G = 32.01%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F7171 (or 0x7F7171) is known color: Ferra. HEX triplet: 7F, 71 and 71. RGB value is (127,113,113). Sum of RGB (Red+Green+Blue) = 127+113+113=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7171 is #808E8E. Grayscale: #757575. Windows color (decimal): -8425103 or 7434623. OLE color: 7434623.

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

Color convert

RGB 127 113 113 -
CMYK 0 0.11 0.11 0.50
HSL 0.06% 0.47% -
HSV(B) 0.11% 0.5% -
XYZ 17.64 17.51 18.07 -
YUV 117.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 127 113 113 0 0.11 0.11 0.50 0 0.06 0.47
Hex 7F 71 71 0 B B 32 0 6 2F
Octal 177 161 161 0 13 13 62 0 6 57
Binary 1111111 1110001 1110001 0 1011 1011 110010 0 110 101111

Color Harmonies of #7F7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7171

Black with #7F7171

Text Example


Text Example

White with #7F7171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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