Html Css Color HEX #746365 Falcon

📋 copy color: '#746365'

red 116 ◦ green 99 ◦ blue 101

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

Shades of Falcon #746365

Tints of Falcon #746365

RGB

 RED value IS 116 (45.7% from 255) = 36.71%

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

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

R = 36.71%
G = 31.33%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746365 (or 0x746365) is known color: Falcon. HEX triplet: 74, 63 and 65. RGB value is (116,99,101). Sum of RGB (Red+Green+Blue) = 116+99+101=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746365 is #8B9C9A. Grayscale: #686868. Windows color (decimal): -9149595 or 6644596. OLE color: 6644596.

HSL color Cylindrical-coordinate representation of color #746365: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746365 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 101 -
CMYK 0 0.15 0.13 0.55
HSL 352.94º 0.08% 0.42% -
HSV(B) 352.94º 0.15% 0.45% -
XYZ 14.01 13.58 14.19 -
YUV 104.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 116 99 101 0 0.15 0.13 0.55 352.94 0.08 0.42
Hex 74 63 65 0 F D 37 161 8 2A
Octal 164 143 145 0 17 15 67 541 10 52
Binary 1110100 1100011 1100101 0 1111 1101 110111 101100001 1000 101010

Color Harmonies of #746365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746365

Black with #746365

Text Example


Text Example

White with #746365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746365; }

 p { color: rgb(116,99,101); }

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

background-color css

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

 a { background-color: rgb(116,99,101); }

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

border-color css

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

 span { border-color: rgb(116,99,101); }

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