#786163

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

Shades of Falcon #786163

Tints of Falcon #786163

Color information

#786163 (or 0x786163) is unknown color: approx Falcon. HEX triplet: 78, 61 and 63. RGB value is (120,97,99). Sum of RGB (Red+Green+Blue) = 120+97+99=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786163 is #879E9C. Grayscale: #686868. Windows color (decimal): -8887965 or 6513016. OLE color: 6513016.

HSL color Cylindrical-coordinate representation of color #786163: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786163 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1209799-
CMYK00.190.170.53
HSL354.78º10.6%42.55%-
HSV(B)354.78º19.17%47.06%-
XYZ14.2713.4413.65-
YUV104.1125.12139.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=37.97%
G=30.70%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120979900.190.170.53354.7810.642.55
Hex7861630131135163b2b
Octal17014114302321655431353
Binary111100011000011100011010011100011101011011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786163; }

 p { color: rgb(120,97,99); }

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

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

 a { background-color: rgb(120,97,99); }

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

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

 span { border-color: rgb(120,97,99); }

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