Html Css Color HEX #787170 Ferra

📋 copy color: '#787170'

red 120 ◦ green 113 ◦ blue 112

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

Shades of Ferra #787170

Tints of Ferra #787170

RGB

 RED value IS 120 (47.27% from 255) = 34.78%

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

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

R = 34.78%
G = 32.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#787170 (or 0x787170) is known color: Ferra. HEX triplet: 78, 71 and 70. RGB value is (120,113,112). Sum of RGB (Red+Green+Blue) = 120+113+112=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #787170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787170 is #878E8F. Grayscale: #727272. Windows color (decimal): -8883856 or 7369080. OLE color: 7369080.

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

Color convert

RGB 120 113 112 -
CMYK 0 0.06 0.07 0.53
HSL 7.5º 0.03% 0.45% -
HSV(B) 7.5º 0.07% 0.47% -
XYZ 16.58 16.97 17.73 -
YUV 114.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 120 113 112 0 0.06 0.07 0.53 7.5 0.03 0.45
Hex 78 71 70 0 6 7 35 8 3 2D
Octal 170 161 160 0 6 7 65 10 3 55
Binary 1111000 1110001 1110000 0 110 111 110101 1000 11 101101

Color Harmonies of #787170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787170

Black with #787170

Text Example


Text Example

White with #787170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787170; }

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

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

background-color css

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

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

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

border-color css

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

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

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