Html Css Color HEX #766164 Falcon

📋 copy color: '#766164'

red 118 ◦ green 97 ◦ blue 100

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

Shades of Falcon #766164

Tints of Falcon #766164

RGB

 RED value IS 118 (46.48% from 255) = 37.46%

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 37.46%
G = 30.79%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766164 (or 0x766164) is known color: Falcon. HEX triplet: 76, 61 and 64. RGB value is (118,97,100). Sum of RGB (Red+Green+Blue) = 118+97+100=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766164 is #899E9B. Grayscale: #676767. Windows color (decimal): -9019036 or 6578550. OLE color: 6578550.

HSL color Cylindrical-coordinate representation of color #766164: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766164 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 100 -
CMYK 0 0.18 0.15 0.54
HSL 351.43º 0.1% 0.42% -
HSV(B) 351.43º 0.18% 0.46% -
XYZ 14.05 13.32 13.89 -
YUV 103.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 118 97 100 0 0.18 0.15 0.54 351.43 0.1 0.42
Hex 76 61 64 0 12 F 36 15F A 2A
Octal 166 141 144 0 22 17 66 537 12 52
Binary 1110110 1100001 1100100 0 10010 1111 110110 101011111 1010 101010

Color Harmonies of #766164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766164

Black with #766164

Text Example


Text Example

White with #766164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766164; }

 p { color: rgb(118,97,100); }

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

background-color css

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

 a { background-color: rgb(118,97,100); }

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

border-color css

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

 span { border-color: rgb(118,97,100); }

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