Html Css Color HEX #716264 Falcon

📋 copy color: '#716264'

red 113 ◦ green 98 ◦ blue 100

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

Shades of Falcon #716264

Tints of Falcon #716264

RGB

 RED value IS 113 (44.53% from 255) = 36.33%

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

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

R = 36.33%
G = 31.51%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716264 (or 0x716264) is known color: Falcon. HEX triplet: 71, 62 and 64. RGB value is (113,98,100). Sum of RGB (Red+Green+Blue) = 113+98+100=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716264 is #8E9D9B. Grayscale: #666666. Windows color (decimal): -9346460 or 6578801. OLE color: 6578801.

HSL color Cylindrical-coordinate representation of color #716264: hue angle of 352º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #716264 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 100 -
CMYK 0 0.13 0.12 0.56
HSL 352º 0.07% 0.41% -
HSV(B) 352º 0.13% 0.44% -
XYZ 13.48 13.17 13.89 -
YUV 102.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 113 98 100 0 0.13 0.12 0.56 352 0.07 0.41
Hex 71 62 64 0 D C 38 160 7 29
Octal 161 142 144 0 15 14 70 540 7 51
Binary 1110001 1100010 1100100 0 1101 1100 111000 101100000 111 101001

Color Harmonies of #716264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716264

Black with #716264

Text Example


Text Example

White with #716264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716264; }

 p { color: rgb(113,98,100); }

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

background-color css

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

 a { background-color: rgb(113,98,100); }

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

border-color css

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

 span { border-color: rgb(113,98,100); }

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