Html Css Color HEX #756465 Falcon

📋 copy color: '#756465'

red 117 ◦ green 100 ◦ blue 101

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

Shades of Falcon #756465

Tints of Falcon #756465

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

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

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

R = 36.79%
G = 31.45%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#756465 (or 0x756465) is known color: Falcon. HEX triplet: 75, 64 and 65. RGB value is (117,100,101). Sum of RGB (Red+Green+Blue) = 117+100+101=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756465 is #8A9B9A. Grayscale: #696969. Windows color (decimal): -9083803 or 6644853. OLE color: 6644853.

HSL color Cylindrical-coordinate representation of color #756465: hue angle of 356.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756465 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 101 -
CMYK 0 0.15 0.14 0.54
HSL 356.47º 0.08% 0.43% -
HSV(B) 356.47º 0.15% 0.46% -
XYZ 14.24 13.84 14.23 -
YUV 105.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 117 100 101 0 0.15 0.14 0.54 356.47 0.08 0.43
Hex 75 64 65 0 F E 36 164 8 2B
Octal 165 144 145 0 17 16 66 544 10 53
Binary 1110101 1100100 1100101 0 1111 1110 110110 101100100 1000 101011

Color Harmonies of #756465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756465

Black with #756465

Text Example


Text Example

White with #756465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756465; }

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

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

background-color css

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

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

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

border-color css

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

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

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