Html Css Color HEX #786063 Falcon

📋 copy color: '#786063'

red 120 ◦ green 96 ◦ blue 99

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

Shades of Falcon #786063

Tints of Falcon #786063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 38.1%
G = 30.48%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#786063 (or 0x786063) is known color: Falcon. HEX triplet: 78, 60 and 63. RGB value is (120,96,99). Sum of RGB (Red+Green+Blue) = 120+96+99=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786063 is #879F9C. Grayscale: #676767. Windows color (decimal): -8888221 or 6512760. OLE color: 6512760.

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

Color convert

RGB 120 96 99 -
CMYK 0 0.2 0.17 0.53
HSL 352.5º 0.11% 0.42% -
HSV(B) 352.5º 0.2% 0.47% -
XYZ 14.18 13.26 13.62 -
YUV 103.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 120 96 99 0 0.2 0.17 0.53 352.5 0.11 0.42
Hex 78 60 63 0 14 11 35 160 B 2A
Octal 170 140 143 0 24 21 65 540 13 52
Binary 1111000 1100000 1100011 0 10100 10001 110101 101100000 1011 101010

Color Harmonies of #786063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786063

Black with #786063

Text Example


Text Example

White with #786063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786063; }

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

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

background-color css

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

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

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

border-color css

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

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

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