Html Css Color HEX #766163 Falcon

📋 copy color: '#766163'

red 118 ◦ green 97 ◦ blue 99

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

Shades of Falcon #766163

Tints of Falcon #766163

RGB

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

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

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

R = 37.58%
G = 30.89%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766163 (or 0x766163) is known color: Falcon. HEX triplet: 76, 61 and 63. RGB value is (118,97,99). Sum of RGB (Red+Green+Blue) = 118+97+99=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766163 is #899E9C. Grayscale: #676767. Windows color (decimal): -9019037 or 6513014. OLE color: 6513014.

HSL color Cylindrical-coordinate representation of color #766163: hue angle of 354.29º 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 #766163 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 99 -
CMYK 0 0.18 0.16 0.54
HSL 354.29º 0.1% 0.42% -
HSV(B) 354.29º 0.18% 0.46% -
XYZ 14 13.3 13.63 -
YUV 103.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 118 97 99 0 0.18 0.16 0.54 354.29 0.1 0.42
Hex 76 61 63 0 12 10 36 162 A 2A
Octal 166 141 143 0 22 20 66 542 12 52
Binary 1110110 1100001 1100011 0 10010 10000 110110 101100010 1010 101010

Color Harmonies of #766163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766163

Black with #766163

Text Example


Text Example

White with #766163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766163; }

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

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

background-color css

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

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

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

border-color css

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

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

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