Html Css Color HEX #777271 Ferra

📋 copy color: '#777271'

red 119 ◦ green 114 ◦ blue 113

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

Shades of Ferra #777271

Tints of Ferra #777271

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 34.39%
G = 32.95%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#777271 (or 0x777271) is known color: Ferra. HEX triplet: 77, 72 and 71. RGB value is (119,114,113). Sum of RGB (Red+Green+Blue) = 119+114+113=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #777271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777271 is #888D8E. Grayscale: #737373. Windows color (decimal): -8949135 or 7434871. OLE color: 7434871.

HSL color Cylindrical-coordinate representation of color #777271: hue angle of 10º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777271 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 113 -
CMYK 0 0.04 0.05 0.53
HSL 10º 0.03% 0.45% -
HSV(B) 10º 0.05% 0.47% -
XYZ 16.61 17.15 18.06 -
YUV 115.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 119 114 113 0 0.04 0.05 0.53 10 0.03 0.45
Hex 77 72 71 0 4 5 35 A 3 2D
Octal 167 162 161 0 4 5 65 12 3 55
Binary 1110111 1110010 1110001 0 100 101 110101 1010 11 101101

Color Harmonies of #777271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777271

Black with #777271

Text Example


Text Example

White with #777271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777271; }

 p { color: rgb(119,114,113); }

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

background-color css

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

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

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

border-color css

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

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

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