Html Css Color HEX #777170 Ferra

📋 copy color: '#777170'

red 119 ◦ green 113 ◦ blue 112

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

Shades of Ferra #777170

Tints of Ferra #777170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 34.59%
G = 32.85%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#777170 (or 0x777170) is known color: Ferra. HEX triplet: 77, 71 and 70. RGB value is (119,113,112). Sum of RGB (Red+Green+Blue) = 119+113+112=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #777170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777170 is #888E8F. Grayscale: #727272. Windows color (decimal): -8949392 or 7369079. OLE color: 7369079.

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

Color convert

RGB 119 113 112 -
CMYK 0 0.05 0.06 0.53
HSL 8.57º 0.03% 0.45% -
HSV(B) 8.57º 0.06% 0.47% -
XYZ 16.44 16.9 17.73 -
YUV 114.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 119 113 112 0 0.05 0.06 0.53 8.57 0.03 0.45
Hex 77 71 70 0 5 6 35 9 3 2D
Octal 167 161 160 0 5 6 65 11 3 55
Binary 1110111 1110001 1110000 0 101 110 110101 1001 11 101101

Color Harmonies of #777170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777170

Black with #777170

Text Example


Text Example

White with #777170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777170; }

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

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

background-color css

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

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

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

border-color css

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

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

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