Html Css Color HEX #716465 Falcon

📋 copy color: '#716465'

red 113 ◦ green 100 ◦ blue 101

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

Shades of Falcon #716465

Tints of Falcon #716465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 35.99%
G = 31.85%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716465 (or 0x716465) is known color: Falcon. HEX triplet: 71, 64 and 65. RGB value is (113,100,101). Sum of RGB (Red+Green+Blue) = 113+100+101=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716465 is #8E9B9A. Grayscale: #686868. Windows color (decimal): -9345947 or 6644849. OLE color: 6644849.

HSL color Cylindrical-coordinate representation of color #716465: hue angle of 355.38º degrees, saturation: 0.06, 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 #716465 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 101 -
CMYK 0 0.12 0.11 0.56
HSL 355.38º 0.06% 0.42% -
HSV(B) 355.38º 0.12% 0.44% -
XYZ 13.72 13.56 14.21 -
YUV 104 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 113 100 101 0 0.12 0.11 0.56 355.38 0.06 0.42
Hex 71 64 65 0 C B 38 163 6 2A
Octal 161 144 145 0 14 13 70 543 6 52
Binary 1110001 1100100 1100101 0 1100 1011 111000 101100011 110 101010

Color Harmonies of #716465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716465

Black with #716465

Text Example


Text Example

White with #716465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716465; }

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

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

background-color css

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

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

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

border-color css

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

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

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