Html Css Color HEX #716364 Falcon

📋 copy color: '#716364'

red 113 ◦ green 99 ◦ blue 100

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

Shades of Falcon #716364

Tints of Falcon #716364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 36.22%
G = 31.73%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716364 (or 0x716364) is known color: Falcon. HEX triplet: 71, 63 and 64. RGB value is (113,99,100). Sum of RGB (Red+Green+Blue) = 113+99+100=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716364 is #8E9C9B. Grayscale: #676767. Windows color (decimal): -9346204 or 6579057. OLE color: 6579057.

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

Color convert

RGB 113 99 100 -
CMYK 0 0.12 0.12 0.56
HSL 355.71º 0.07% 0.42% -
HSV(B) 355.71º 0.12% 0.44% -
XYZ 13.57 13.35 13.92 -
YUV 103.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 113 99 100 0 0.12 0.12 0.56 355.71 0.07 0.42
Hex 71 63 64 0 C C 38 164 7 2A
Octal 161 143 144 0 14 14 70 544 7 52
Binary 1110001 1100011 1100100 0 1100 1100 111000 101100100 111 101010

Color Harmonies of #716364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716364

Black with #716364

Text Example


Text Example

White with #716364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716364; }

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

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

background-color css

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

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

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

border-color css

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

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

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