Html Css Color HEX #756365 Falcon

📋 copy color: '#756365'

red 117 ◦ green 99 ◦ blue 101

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

Shades of Falcon #756365

Tints of Falcon #756365

RGB

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

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

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

R = 36.91%
G = 31.23%
B = 31.86%

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

#756365 (or 0x756365) is known color: Falcon. HEX triplet: 75, 63 and 65. RGB value is (117,99,101). Sum of RGB (Red+Green+Blue) = 117+99+101=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756365 is #8A9C9A. Grayscale: #686868. Windows color (decimal): -9084059 or 6644597. OLE color: 6644597.

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

Color convert

RGB 117 99 101 -
CMYK 0 0.15 0.14 0.54
HSL 353.33º 0.08% 0.42% -
HSV(B) 353.33º 0.15% 0.46% -
XYZ 14.15 13.65 14.2 -
YUV 104.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 117 99 101 0 0.15 0.14 0.54 353.33 0.08 0.42
Hex 75 63 65 0 F E 36 161 8 2A
Octal 165 143 145 0 17 16 66 541 10 52
Binary 1110101 1100011 1100101 0 1111 1110 110110 101100001 1000 101010

Color Harmonies of #756365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756365

Black with #756365

Text Example


Text Example

White with #756365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756365; }

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

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

background-color css

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

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

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

border-color css

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

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

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