Html Css Color HEX #796466 Falcon

📋 copy color: '#796466'

red 121 ◦ green 100 ◦ blue 102

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

Shades of Falcon #796466

Tints of Falcon #796466

RGB

 RED value IS 121 (47.66% from 255) = 37.46%

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 37.46%
G = 30.96%
B = 31.58%

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

#796466 (or 0x796466) is known color: Falcon. HEX triplet: 79, 64 and 66. RGB value is (121,100,102). Sum of RGB (Red+Green+Blue) = 121+100+102=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796466 is #869B99. Grayscale: #6A6A6A. Windows color (decimal): -8821658 or 6710393. OLE color: 6710393.

HSL color Cylindrical-coordinate representation of color #796466: 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.17%. Process color model (Four color, CMYK) of #796466 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 100 102 -
CMYK 0 0.17 0.16 0.53
HSL 354.29º 0.1% 0.43% -
HSV(B) 354.29º 0.17% 0.47% -
XYZ 14.84 14.14 14.52 -
YUV 106.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 121 100 102 0 0.17 0.16 0.53 354.29 0.1 0.43
Hex 79 64 66 0 11 10 35 162 A 2B
Octal 171 144 146 0 21 20 65 542 12 53
Binary 1111001 1100100 1100110 0 10001 10000 110101 101100010 1010 101011

Color Harmonies of #796466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796466

Black with #796466

Text Example


Text Example

White with #796466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796466; }

 p { color: rgb(121,100,102); }

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

background-color css

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

 a { background-color: rgb(121,100,102); }

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

border-color css

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

 span { border-color: rgb(121,100,102); }

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