Html Css Color HEX #786365 Falcon

📋 copy color: '#786365'

red 120 ◦ green 99 ◦ blue 101

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

Shades of Falcon #786365

Tints of Falcon #786365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 37.5%
G = 30.94%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#786365 (or 0x786365) is known color: Falcon. HEX triplet: 78, 63 and 65. RGB value is (120,99,101). Sum of RGB (Red+Green+Blue) = 120+99+101=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #786365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786365 is #879C9A. Grayscale: #696969. Windows color (decimal): -8887451 or 6644600. OLE color: 6644600.

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

Color convert

RGB 120 99 101 -
CMYK 0 0.17 0.16 0.53
HSL 354.29º 0.1% 0.43% -
HSV(B) 354.29º 0.18% 0.47% -
XYZ 14.56 13.86 14.22 -
YUV 105.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 120 99 101 0 0.17 0.16 0.53 354.29 0.1 0.43
Hex 78 63 65 0 11 10 35 162 A 2B
Octal 170 143 145 0 21 20 65 542 12 53
Binary 1111000 1100011 1100101 0 10001 10000 110101 101100010 1010 101011

Color Harmonies of #786365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786365

Black with #786365

Text Example


Text Example

White with #786365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786365; }

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

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

background-color css

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

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

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

border-color css

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

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

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