Html Css Color HEX #786061 Falcon

📋 copy color: '#786061'

red 120 ◦ green 96 ◦ blue 97

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

Shades of Falcon #786061

Tints of Falcon #786061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 38.34%
G = 30.67%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#786061 (or 0x786061) is known color: Falcon. HEX triplet: 78, 60 and 61. RGB value is (120,96,97). Sum of RGB (Red+Green+Blue) = 120+96+97=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786061 is #879F9E. Grayscale: #676767. Windows color (decimal): -8888223 or 6381688. OLE color: 6381688.

HSL color Cylindrical-coordinate representation of color #786061: hue angle of 357.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 #786061 is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 97 -
CMYK 0 0.2 0.19 0.53
HSL 357.5º 0.11% 0.42% -
HSV(B) 357.5º 0.2% 0.47% -
XYZ 14.09 13.22 13.12 -
YUV 103.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 120 96 97 0 0.2 0.19 0.53 357.5 0.11 0.42
Hex 78 60 61 0 14 13 35 166 B 2A
Octal 170 140 141 0 24 23 65 546 13 52
Binary 1111000 1100000 1100001 0 10100 10011 110101 101100110 1011 101010

Color Harmonies of #786061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786061

Black with #786061

Text Example


Text Example

White with #786061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786061; }

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

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

background-color css

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

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

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

border-color css

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

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

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