Html Css Color HEX #78706F Ferra

📋 copy color: '#78706F'

red 120 ◦ green 112 ◦ blue 111

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

Shades of Ferra #78706F

Tints of Ferra #78706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 34.99%
G = 32.65%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78706F (or 0x78706F) is known color: Ferra. HEX triplet: 78, 70 and 6F. RGB value is (120,112,111). Sum of RGB (Red+Green+Blue) = 120+112+111=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706F is #878F90. Grayscale: #727272. Windows color (decimal): -8884113 or 7303288. OLE color: 7303288.

HSL color Cylindrical-coordinate representation of color #78706F: hue angle of 6.67º degrees, saturation: 0.04, 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 #78706F is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 111 -
CMYK 0 0.07 0.08 0.53
HSL 6.67º 0.04% 0.45% -
HSV(B) 6.67º 0.07% 0.47% -
XYZ 16.41 16.73 17.4 -
YUV 114.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 120 112 111 0 0.07 0.08 0.53 6.67 0.04 0.45
Hex 78 70 6F 0 7 8 35 7 4 2D
Octal 170 160 157 0 7 10 65 7 4 55
Binary 1111000 1110000 1101111 0 111 1000 110101 111 100 101101

Color Harmonies of #78706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78706F

Black with #78706F

Text Example


Text Example

White with #78706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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