Html Css Color HEX #7F7471 Ferra

📋 copy color: '#7F7471'

red 127 ◦ green 116 ◦ blue 113

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

Shades of Ferra #7F7471

Tints of Ferra #7F7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

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

R = 35.67%
G = 32.58%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F7471 (or 0x7F7471) is known color: Ferra. HEX triplet: 7F, 74 and 71. RGB value is (127,116,113). Sum of RGB (Red+Green+Blue) = 127+116+113=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7471 is #808B8E. Grayscale: #767676. Windows color (decimal): -8424335 or 7435391. OLE color: 7435391.

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

Color convert

RGB 127 116 113 -
CMYK 0 0.09 0.11 0.50
HSL 12.86º 0.06% 0.47% -
HSV(B) 12.86º 0.11% 0.5% -
XYZ 17.98 18.2 18.19 -
YUV 118.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 127 116 113 0 0.09 0.11 0.50 12.86 0.06 0.47
Hex 7F 74 71 0 9 B 32 D 6 2F
Octal 177 164 161 0 11 13 62 15 6 57
Binary 1111111 1110100 1110001 0 1001 1011 110010 1101 110 101111

Color Harmonies of #7F7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7471

Black with #7F7471

Text Example


Text Example

White with #7F7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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