Html Css Color HEX #756263 Falcon

📋 copy color: '#756263'

red 117 ◦ green 98 ◦ blue 99

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

Shades of Falcon #756263

Tints of Falcon #756263

RGB

 RED value IS 117 (46.09% from 255) = 37.26%

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

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

R = 37.26%
G = 31.21%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756263 (or 0x756263) is known color: Falcon. HEX triplet: 75, 62 and 63. RGB value is (117,98,99). Sum of RGB (Red+Green+Blue) = 117+98+99=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756263 is #8A9D9C. Grayscale: #676767. Windows color (decimal): -9084317 or 6513269. OLE color: 6513269.

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

Color convert

RGB 117 98 99 -
CMYK 0 0.16 0.15 0.54
HSL 356.84º 0.09% 0.42% -
HSV(B) 356.84º 0.16% 0.46% -
XYZ 13.96 13.42 13.66 -
YUV 103.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 117 98 99 0 0.16 0.15 0.54 356.84 0.09 0.42
Hex 75 62 63 0 10 F 36 165 9 2A
Octal 165 142 143 0 20 17 66 545 11 52
Binary 1110101 1100010 1100011 0 10000 1111 110110 101100101 1001 101010

Color Harmonies of #756263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756263

Black with #756263

Text Example


Text Example

White with #756263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756263; }

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

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

background-color css

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

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

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

border-color css

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

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

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