Html Css Color HEX #736465 Falcon

📋 copy color: '#736465'

red 115 ◦ green 100 ◦ blue 101

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

Shades of Falcon #736465

Tints of Falcon #736465

RGB

 RED value IS 115 (45.31% from 255) = 36.39%

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

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

R = 36.39%
G = 31.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#736465 (or 0x736465) is known color: Falcon. HEX triplet: 73, 64 and 65. RGB value is (115,100,101). Sum of RGB (Red+Green+Blue) = 115+100+101=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736465 is #8C9B9A. Grayscale: #686868. Windows color (decimal): -9214875 or 6644851. OLE color: 6644851.

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

Color convert

RGB 115 100 101 -
CMYK 0 0.13 0.12 0.55
HSL 356º 0.07% 0.42% -
HSV(B) 356º 0.13% 0.45% -
XYZ 13.98 13.7 14.22 -
YUV 104.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 115 100 101 0 0.13 0.12 0.55 356 0.07 0.42
Hex 73 64 65 0 D C 37 164 7 2A
Octal 163 144 145 0 15 14 67 544 7 52
Binary 1110011 1100100 1100101 0 1101 1100 110111 101100100 111 101010

Color Harmonies of #736465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736465

Black with #736465

Text Example


Text Example

White with #736465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736465; }

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

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

background-color css

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

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

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

border-color css

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

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

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