Html Css Color HEX #766263 Falcon

📋 copy color: '#766263'

red 118 ◦ green 98 ◦ blue 99

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

Shades of Falcon #766263

Tints of Falcon #766263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 37.46%
G = 31.11%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766263 (or 0x766263) is known color: Falcon. HEX triplet: 76, 62 and 63. RGB value is (118,98,99). Sum of RGB (Red+Green+Blue) = 118+98+99=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766263 is #899D9C. Grayscale: #686868. Windows color (decimal): -9018781 or 6513270. OLE color: 6513270.

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

Color convert

RGB 118 98 99 -
CMYK 0 0.17 0.16 0.54
HSL 357º 0.09% 0.42% -
HSV(B) 357º 0.17% 0.46% -
XYZ 14.09 13.49 13.67 -
YUV 104.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 118 98 99 0 0.17 0.16 0.54 357 0.09 0.42
Hex 76 62 63 0 11 10 36 165 9 2A
Octal 166 142 143 0 21 20 66 545 11 52
Binary 1110110 1100010 1100011 0 10001 10000 110110 101100101 1001 101010

Color Harmonies of #766263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766263

Black with #766263

Text Example


Text Example

White with #766263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766263; }

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

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

background-color css

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

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

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

border-color css

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

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

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