#786F6E

Color #786F6E Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #786F6E

Tints of Ferra #786F6E

Color information

#786F6E (or 0x786F6E) is unknown color: approx Ferra. HEX triplet: 78, 6F and 6E. RGB value is (120,111,110). Sum of RGB (Red+Green+Blue) = 120+111+110=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F6E is #879091. Grayscale: #717171. Windows color (decimal): -8884370 or 7237496. OLE color: 7237496.

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

Color convert

RGB120111110-
CMYK00.080.080.53
HSL4.35%45.1%-
HSV(B)8.33%47.06%-
XYZ16.2416.4917.08-
YUV113.58125.98132.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=35.19%
G=32.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011111000.080.080.5364.3545.1
Hex786F6E08835642d
Octal17015715601010656455
Binary111100011011111101110010001000110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786F6E; }

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

 H1.HeaderClassName
 {
   color: #786F6E;
 }
 .AnyTagClassName
 {
   color: #786F6E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #786F6E;
 }
 .BgClassName
 {
   background-color: #786F6E;
 }
</style>
border-color css

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

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

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